Shades of Fuchsia #B93CBB
Tints of Fuchsia #B93CBB
RGB
CMYK
RGB Variations
Color information
#B93CBB (or 0xB93CBB) is known color: Fuchsia. HEX triplet: B9, 3C and BB. RGB value is (185,60,187). Sum of RGB (Red+Green+Blue) = 185+60+187=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #B93CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CBB is #46C344. Grayscale: #6F6F6F. Windows color (decimal): -4637509 or 12270777. OLE color: 12270777.
HSL color Cylindrical-coordinate representation of color #B93CBB: hue angle of 299.06º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93CBB is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 187 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.27 |
| HSL | 299.06º | 0.51% | 0.48% | - |
| HSV(B) | 299.06º | 0.68% | 0.73% | - |
| XYZ | 30.59 | 17.13 | 48.71 | - |
| YUV | 111.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 187 | 0.01 | 0.68 | 0 | 0.27 | 299.06 | 0.51 | 0.48 |
| Hex | B9 | 3C | BB | 1 | 44 | 0 | 1B | 12B | 33 | 30 |
| Octal | 271 | 74 | 273 | 1 | 104 | 0 | 33 | 453 | 63 | 60 |
| Binary | 10111001 | 111100 | 10111011 | 1 | 1000100 | 0 | 11011 | 100101011 | 110011 | 110000 |
Color Harmonies of #B93CBB
Complementary color
Monochromatic Colors of #B93CBB
Black with #B93CBB
Text Example
Text Example
White with #B93CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CBB; }
p { color: rgb(185,60,187); }
H1.HeaderClassName
{
color: #B93CBB;
}
.AnyTagClassName
{
color: #B93CBB;
}
</style>
background-color css
<style>
a { background-color: #B93CBB; }
a { background-color: rgb(185,60,187); }
div.DivClassName
{
background-color: #B93CBB;
}
.BgClassName
{
background-color: #B93CBB;
}
</style>
border-color css
<style>
span { border-color: #B93CBB; }
span { border-color: rgb(185,60,187); }
td.TdClassName
{
border-color: #B93CBB;
}
.TagClassName
{
border-color: #B93CBB;
}
</style>