Shades of Fuchsia #BB73BD
Tints of Fuchsia #BB73BD
RGB
CMYK
RGB Variations
Color information
#BB73BD (or 0xBB73BD) is known color: 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
| RGB | 187 | 115 | 189 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.26 |
| HSL | 298.38º | 0.36% | 0.6% | - |
| HSV(B) | 298.38º | 0.39% | 0.74% | - |
| XYZ | 35.81 | 26.5 | 51.37 | - |
| YUV | 144.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 189 | 0.01 | 0.39 | 0 | 0.26 | 298.38 | 0.36 | 0.6 |
| Hex | BB | 73 | BD | 1 | 27 | 0 | 1A | 12A | 24 | 3C |
| Octal | 273 | 163 | 275 | 1 | 47 | 0 | 32 | 452 | 44 | 74 |
| Binary | 10111011 | 1110011 | 10111101 | 1 | 100111 | 0 | 11010 | 100101010 | 100100 | 111100 |
Color Harmonies of #BB73BD
Complementary color
Monochromatic Colors of #BB73BD
Black with #BB73BD
Text Example
Text Example
White with #BB73BD
Text Example
Text Example
HTML Codes & Css Web 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>