Html Css Color HEX #BA42BE Fuchsia

📋 copy color: '#BA42BE'

red 186 ◦ green 66 ◦ blue 190

#BA42BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA42BE

Tints of Fuchsia #BA42BE

RGB

 RED value IS 186 (73.05% from 255) = 42.08%

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 42.08%
G = 14.93%
B = 42.99%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA42BE (or 0xBA42BE) is known color: Fuchsia. HEX triplet: BA, 42 and BE. RGB value is (186,66,190). Sum of RGB (Red+Green+Blue) = 186+66+190=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42BE is #45BD41. Grayscale: #737373. Windows color (decimal): -4570434 or 12468922. OLE color: 12468922.

HSL color Cylindrical-coordinate representation of color #BA42BE: hue angle of 298.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42BE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 66 190 -
CMYK 0.02 0.65 0 0.25
HSL 298.06º 0.49% 0.5% -
HSV(B) 298.06º 0.65% 0.75% -
XYZ 31.49 18.05 50.54 -
YUV 116.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 186 66 190 0.02 0.65 0 0.25 298.06 0.49 0.5
Hex BA 42 BE 2 41 0 19 12A 31 32
Octal 272 102 276 2 101 0 31 452 61 62
Binary 10111010 1000010 10111110 10 1000001 0 11001 100101010 110001 110010

Color Harmonies of #BA42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42BE

Black with #BA42BE

Text Example


Text Example

White with #BA42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42BE; }

 p { color: rgb(186,66,190); }

 H1.HeaderClassName
 {
   color: #BA42BE;
 }
 .AnyTagClassName
 {
   color: #BA42BE;
 }
</style>

background-color css

<style>
 a { background-color: #BA42BE; }

 a { background-color: rgb(186,66,190); }

 div.DivClassName
 {
   background-color: #BA42BE;
 }
 .BgClassName
 {
   background-color: #BA42BE;
 }
</style>

border-color css

<style>
 span { border-color: #BA42BE; }

 span { border-color: rgb(186,66,190); }

 td.TdClassName
 {
   border-color: #BA42BE;
 }
 .TagClassName
 {
   border-color: #BA42BE;
 }
</style>