#BB73BF

Color #BB73BF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BB73BF

Tints of Fuchsia #BB73BF

Color information

#BB73BF (or 0xBB73BF) is unknown color: approx Fuchsia. HEX triplet: BB, 73 and BF. RGB value is (187,115,191). Sum of RGB (Red+Green+Blue) = 187+115+191=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73BF is #448C40. Grayscale: #909090. Windows color (decimal): -4492353 or 12547003. OLE color: 12547003.

HSL color Cylindrical-coordinate representation of color #BB73BF: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB73BF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187115191-
CMYK0.020.4000.25
HSL296.84º37.25%60%-
HSV(B)296.84º39.79%74.9%-
XYZ36.0326.5952.52-
YUV145.19153.85157.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 191 (75% from 255) = 38.74%
R=37.93%
G=23.33%
B=38.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871151910.020.4000.25296.8437.2560
HexBB73BF228019129253c
Octal2731632772500314514574
Binary1011101111100111011111110101000011001100101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73BF; }

 p { color: rgb(187,115,191); }

 H1.HeaderClassName
 {
   color: #BB73BF;
 }
 .AnyTagClassName
 {
   color: #BB73BF;
 }
</style>
background-color css

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

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

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

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

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

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