Html Css Color HEX #BB76BB Fuchsia

📋 copy color: '#BB76BB'

red 187 ◦ green 118 ◦ blue 187

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

Shades of Fuchsia #BB76BB

Tints of Fuchsia #BB76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 38.01%
G = 23.98%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB76BB (or 0xBB76BB) is known color: Fuchsia. HEX triplet: BB, 76 and BB. RGB value is (187,118,187). Sum of RGB (Red+Green+Blue) = 187+118+187=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76BB is #448944. Grayscale: #929292. Windows color (decimal): -4491589 or 12285627. OLE color: 12285627.

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

Color convert

RGB 187 118 187 -
CMYK 0 0.37 0 0.27
HSL 300º 0.34% 0.6% -
HSV(B) 300º 0.37% 0.73% -
XYZ 35.94 27.11 50.35 -
YUV 146.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 187 118 187 0 0.37 0 0.27 300 0.34 0.6
Hex BB 76 BB 0 25 0 1B 12C 22 3C
Octal 273 166 273 0 45 0 33 454 42 74
Binary 10111011 1110110 10111011 0 100101 0 11011 100101100 100010 111100

Color Harmonies of #BB76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76BB

Black with #BB76BB

Text Example


Text Example

White with #BB76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76BB; }

 p { color: rgb(187,118,187); }

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

background-color css

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

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

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

border-color css

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

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

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