Html Css Color HEX #BB6DB6 Fuchsia

📋 copy color: '#BB6DB6'

red 187 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #BB6DB6

Tints of Fuchsia #BB6DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.8%

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

R = 39.12%
G = 22.8%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB6DB6 (or 0xBB6DB6) is known color: Fuchsia. HEX triplet: BB, 6D and B6. RGB value is (187,109,182). Sum of RGB (Red+Green+Blue) = 187+109+182=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DB6 is #449249. Grayscale: #8C8C8C. Windows color (decimal): -4493898 or 11955643. OLE color: 11955643.

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

Color convert

RGB 187 109 182 -
CMYK 0 0.42 0.03 0.27
HSL 303.85º 0.36% 0.58% -
HSV(B) 303.85º 0.42% 0.73% -
XYZ 34.41 24.88 47.24 -
YUV 140.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 187 109 182 0 0.42 0.03 0.27 303.85 0.36 0.58
Hex BB 6D B6 0 2A 3 1B 130 24 3A
Octal 273 155 266 0 52 3 33 460 44 72
Binary 10111011 1101101 10110110 0 101010 11 11011 100110000 100100 111010

Color Harmonies of #BB6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DB6

Black with #BB6DB6

Text Example


Text Example

White with #BB6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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