Html Css Color HEX #BB40B6 Fuchsia

📋 copy color: '#BB40B6'

red 187 ◦ green 64 ◦ blue 182

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

Shades of Fuchsia #BB40B6

Tints of Fuchsia #BB40B6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

 BLUE value IS 182 (71.48% from 255) = 42.03%

R = 43.19%
G = 14.78%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB40B6 (or 0xBB40B6) is known color: Fuchsia. HEX triplet: BB, 40 and B6. RGB value is (187,64,182). Sum of RGB (Red+Green+Blue) = 187+64+182=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40B6 is #44BF49. Grayscale: #717171. Windows color (decimal): -4505418 or 11944123. OLE color: 11944123.

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

Color convert

RGB 187 64 182 -
CMYK 0 0.66 0.03 0.27
HSL 302.44º 0.49% 0.49% -
HSV(B) 302.44º 0.66% 0.73% -
XYZ 30.77 17.61 46.03 -
YUV 114.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 187 64 182 0 0.66 0.03 0.27 302.44 0.49 0.49
Hex BB 40 B6 0 42 3 1B 12E 31 31
Octal 273 100 266 0 102 3 33 456 61 61
Binary 10111011 1000000 10110110 0 1000010 11 11011 100101110 110001 110001

Color Harmonies of #BB40B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40B6

Black with #BB40B6

Text Example


Text Example

White with #BB40B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40B6; }

 p { color: rgb(187,64,182); }

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

background-color css

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

 a { background-color: rgb(187,64,182); }

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

border-color css

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

 span { border-color: rgb(187,64,182); }

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