Html Css Color HEX #BB42B5 Fuchsia

📋 copy color: '#BB42B5'

red 187 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #BB42B5

Tints of Fuchsia #BB42B5

RGB

 RED value IS 187 (73.44% from 255) = 43.09%

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

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 43.09%
G = 15.21%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB42B5 (or 0xBB42B5) is known color: Fuchsia. HEX triplet: BB, 42 and B5. RGB value is (187,66,181). Sum of RGB (Red+Green+Blue) = 187+66+181=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42B5 is #44BD4A. Grayscale: #727272. Windows color (decimal): -4504907 or 11879099. OLE color: 11879099.

HSL color Cylindrical-coordinate representation of color #BB42B5: hue angle of 302.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42B5 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 181 -
CMYK 0 0.65 0.03 0.27
HSL 302.98º 0.48% 0.5% -
HSV(B) 302.98º 0.65% 0.73% -
XYZ 30.78 17.8 45.53 -
YUV 115.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 187 66 181 0 0.65 0.03 0.27 302.98 0.48 0.5
Hex BB 42 B5 0 41 3 1B 12F 30 32
Octal 273 102 265 0 101 3 33 457 60 62
Binary 10111011 1000010 10110101 0 1000001 11 11011 100101111 110000 110010

Color Harmonies of #BB42B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42B5

Black with #BB42B5

Text Example


Text Example

White with #BB42B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42B5; }

 p { color: rgb(187,66,181); }

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

background-color css

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

 a { background-color: rgb(187,66,181); }

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

border-color css

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

 span { border-color: rgb(187,66,181); }

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