Shades of Fuchsia #BB73C2
Tints of Fuchsia #BB73C2
RGB
CMYK
RGB Variations
Color information
#BB73C2 (or 0xBB73C2) is known color: Fuchsia. HEX triplet: BB, 73 and C2. RGB value is (187,115,194). Sum of RGB (Red+Green+Blue) = 187+115+194=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73C2 is #448C3D. Grayscale: #919191. Windows color (decimal): -4492350 or 12743611. OLE color: 12743611.
HSL color Cylindrical-coordinate representation of color #BB73C2: hue angle of 294.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB73C2 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 115 | 194 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.24 |
| HSL | 294.68º | 0.39% | 0.61% | - |
| HSV(B) | 294.68º | 0.41% | 0.76% | - |
| XYZ | 36.36 | 26.72 | 54.28 | - |
| YUV | 145.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 194 | 0.04 | 0.41 | 0 | 0.24 | 294.68 | 0.39 | 0.61 |
| Hex | BB | 73 | C2 | 4 | 29 | 0 | 18 | 127 | 27 | 3D |
| Octal | 273 | 163 | 302 | 4 | 51 | 0 | 30 | 447 | 47 | 75 |
| Binary | 10111011 | 1110011 | 11000010 | 100 | 101001 | 0 | 11000 | 100100111 | 100111 | 111101 |
Color Harmonies of #BB73C2
Complementary color
Monochromatic Colors of #BB73C2
Black with #BB73C2
Text Example
Text Example
White with #BB73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73C2; }
p { color: rgb(187,115,194); }
H1.HeaderClassName
{
color: #BB73C2;
}
.AnyTagClassName
{
color: #BB73C2;
}
</style>
background-color css
<style>
a { background-color: #BB73C2; }
a { background-color: rgb(187,115,194); }
div.DivClassName
{
background-color: #BB73C2;
}
.BgClassName
{
background-color: #BB73C2;
}
</style>
border-color css
<style>
span { border-color: #BB73C2; }
span { border-color: rgb(187,115,194); }
td.TdClassName
{
border-color: #BB73C2;
}
.TagClassName
{
border-color: #BB73C2;
}
</style>