#BB73B6

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

Shades of Fuchsia #BB73B6

Tints of Fuchsia #BB73B6

Color information

#BB73B6 (or 0xBB73B6) is unknown color: approx Fuchsia. HEX triplet: BB, 73 and B6. RGB value is (187,115,182). Sum of RGB (Red+Green+Blue) = 187+115+182=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73B6 is #448C49. Grayscale: #8F8F8F. Windows color (decimal): -4492362 or 11957179. OLE color: 11957179.

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

Color convert

RGB187115182-
CMYK00.390.030.27
HSL304.17º34.62%59.22%-
HSV(B)304.17º38.5%73.33%-
XYZ35.0726.247.47-
YUV144.17149.35158.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=38.64%
G=23.76%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711518200.390.030.27304.1734.6259.22
HexBB73B602731B130233b
Octal2731632660473334604373
Binary1011101111100111011011001001111111011100110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73B6; }

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

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

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

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

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

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

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

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