Html Css Color HEX #BB76BD Fuchsia

📋 copy color: '#BB76BD'

red 187 ◦ green 118 ◦ blue 189

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

Shades of Fuchsia #BB76BD

Tints of Fuchsia #BB76BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 37.85%
G = 23.89%
B = 38.26%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB76BD (or 0xBB76BD) is known color: Fuchsia. HEX triplet: BB, 76 and BD. RGB value is (187,118,189). Sum of RGB (Red+Green+Blue) = 187+118+189=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76BD is #448942. Grayscale: #929292. Windows color (decimal): -4491587 or 12416699. OLE color: 12416699.

HSL color Cylindrical-coordinate representation of color #BB76BD: hue angle of 298.31º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB76BD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 118 189 -
CMYK 0.01 0.38 0 0.26
HSL 298.31º 0.35% 0.6% -
HSV(B) 298.31º 0.38% 0.74% -
XYZ 36.16 27.2 51.49 -
YUV 146.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 187 118 189 0.01 0.38 0 0.26 298.31 0.35 0.6
Hex BB 76 BD 1 26 0 1A 12A 23 3C
Octal 273 166 275 1 46 0 32 452 43 74
Binary 10111011 1110110 10111101 1 100110 0 11010 100101010 100011 111100

Color Harmonies of #BB76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76BD

Black with #BB76BD

Text Example


Text Example

White with #BB76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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