#BB73BA

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

Shades of Fuchsia #BB73BA

Tints of Fuchsia #BB73BA

Color information

#BB73BA (or 0xBB73BA) is unknown color: approx Fuchsia. HEX triplet: BB, 73 and BA. RGB value is (187,115,186). Sum of RGB (Red+Green+Blue) = 187+115+186=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73BA is #448C45. Grayscale: #909090. Windows color (decimal): -4492358 or 12219323. OLE color: 12219323.

HSL color Cylindrical-coordinate representation of color #BB73BA: hue angle of 300.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73BA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187115186-
CMYK00.390.010.27
HSL300.83º34.62%59.22%-
HSV(B)300.83º38.5%73.33%-
XYZ35.4926.3749.67-
YUV144.62151.35158.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=38.32%
G=23.57%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711518600.390.010.27300.8334.6259.22
HexBB73BA02711B12d233b
Octal2731632720471334554373
Binary101110111110011101110100100111111011100101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73BA; }

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

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

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

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

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

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

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

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