Shades of Fuchsia #B93BBC
Tints of Fuchsia #B93BBC
RGB
CMYK
RGB Variations
Color information
#B93BBC (or 0xB93BBC) is known color: Fuchsia. HEX triplet: B9, 3B and BC. RGB value is (185,59,188). Sum of RGB (Red+Green+Blue) = 185+59+188=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #B93BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BBC is #46C443. Grayscale: #6E6E6E. Windows color (decimal): -4637764 or 12336057. OLE color: 12336057.
HSL color Cylindrical-coordinate representation of color #B93BBC: hue angle of 298.6º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93BBC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 59 | 188 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.26 |
| HSL | 298.6º | 0.52% | 0.48% | - |
| HSV(B) | 298.6º | 0.69% | 0.74% | - |
| XYZ | 30.65 | 17.07 | 49.26 | - |
| YUV | 111.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 188 | 0.02 | 0.69 | 0 | 0.26 | 298.6 | 0.52 | 0.48 |
| Hex | B9 | 3B | BC | 2 | 45 | 0 | 1A | 12B | 34 | 30 |
| Octal | 271 | 73 | 274 | 2 | 105 | 0 | 32 | 453 | 64 | 60 |
| Binary | 10111001 | 111011 | 10111100 | 10 | 1000101 | 0 | 11010 | 100101011 | 110100 | 110000 |
Color Harmonies of #B93BBC
Complementary color
Monochromatic Colors of #B93BBC
Black with #B93BBC
Text Example
Text Example
White with #B93BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BBC; }
p { color: rgb(185,59,188); }
H1.HeaderClassName
{
color: #B93BBC;
}
.AnyTagClassName
{
color: #B93BBC;
}
</style>
background-color css
<style>
a { background-color: #B93BBC; }
a { background-color: rgb(185,59,188); }
div.DivClassName
{
background-color: #B93BBC;
}
.BgClassName
{
background-color: #B93BBC;
}
</style>
border-color css
<style>
span { border-color: #B93BBC; }
span { border-color: rgb(185,59,188); }
td.TdClassName
{
border-color: #B93BBC;
}
.TagClassName
{
border-color: #B93BBC;
}
</style>