#BB73BD

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

Shades of Fuchsia #BB73BD

Tints of Fuchsia #BB73BD

Color information

#BB73BD (or 0xBB73BD) is unknown color: approx Fuchsia. HEX triplet: BB, 73 and BD. RGB value is (187,115,189). Sum of RGB (Red+Green+Blue) = 187+115+189=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73BD is #448C42. Grayscale: #909090. Windows color (decimal): -4492355 or 12415931. OLE color: 12415931.

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

Color convert

RGB187115189-
CMYK0.010.3900.26
HSL298.38º35.92%59.61%-
HSV(B)298.38º39.15%74.12%-
XYZ35.8126.551.37-
YUV144.96152.85157.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=38.09%
G=23.42%
B=38.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871151890.010.3900.26298.3835.9259.61
HexBB73BD12701A12a243c
Octal2731632751470324524474
Binary101110111110011101111011100111011010100101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73BD; }

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

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

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

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

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

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

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

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