Html Css Color HEX #BB76BA Fuchsia

📋 copy color: '#BB76BA'

red 187 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #BB76BA

Tints of Fuchsia #BB76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 38.09%
G = 24.03%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB76BA (or 0xBB76BA) is known color: Fuchsia. HEX triplet: BB, 76 and BA. RGB value is (187,118,186). Sum of RGB (Red+Green+Blue) = 187+118+186=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76BA is #448945. Grayscale: #929292. Windows color (decimal): -4491590 or 12220091. OLE color: 12220091.

HSL color Cylindrical-coordinate representation of color #BB76BA: hue angle of 300.87º 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 #BB76BA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 186 -
CMYK 0 0.37 0.01 0.27
HSL 300.87º 0.34% 0.6% -
HSV(B) 300.87º 0.37% 0.73% -
XYZ 35.83 27.07 49.79 -
YUV 146.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 187 118 186 0 0.37 0.01 0.27 300.87 0.34 0.6
Hex BB 76 BA 0 25 1 1B 12D 22 3C
Octal 273 166 272 0 45 1 33 455 42 74
Binary 10111011 1110110 10111010 0 100101 1 11011 100101101 100010 111100

Color Harmonies of #BB76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76BA

Black with #BB76BA

Text Example


Text Example

White with #BB76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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