Shades of Fuchsia #B93CB0
Tints of Fuchsia #B93CB0
RGB
CMYK
RGB Variations
Color information
#B93CB0 (or 0xB93CB0) is known color: Fuchsia. HEX triplet: B9, 3C and B0. RGB value is (185,60,176). Sum of RGB (Red+Green+Blue) = 185+60+176=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B93CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93CB0 is #46C34F. Grayscale: #6E6E6E. Windows color (decimal): -4637520 or 11549881. OLE color: 11549881.
HSL color Cylindrical-coordinate representation of color #B93CB0: hue angle of 304.32º 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 #B93CB0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 176 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.27 |
| HSL | 304.32º | 0.51% | 0.48% | - |
| HSV(B) | 304.32º | 0.68% | 0.73% | - |
| XYZ | 29.46 | 16.68 | 42.74 | - |
| YUV | 110.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 176 | 0 | 0.68 | 0.05 | 0.27 | 304.32 | 0.51 | 0.48 |
| Hex | B9 | 3C | B0 | 0 | 44 | 5 | 1B | 130 | 33 | 30 |
| Octal | 271 | 74 | 260 | 0 | 104 | 5 | 33 | 460 | 63 | 60 |
| Binary | 10111001 | 111100 | 10110000 | 0 | 1000100 | 101 | 11011 | 100110000 | 110011 | 110000 |
Color Harmonies of #B93CB0
Complementary color
Monochromatic Colors of #B93CB0
Black with #B93CB0
Text Example
Text Example
White with #B93CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CB0; }
p { color: rgb(185,60,176); }
H1.HeaderClassName
{
color: #B93CB0;
}
.AnyTagClassName
{
color: #B93CB0;
}
</style>
background-color css
<style>
a { background-color: #B93CB0; }
a { background-color: rgb(185,60,176); }
div.DivClassName
{
background-color: #B93CB0;
}
.BgClassName
{
background-color: #B93CB0;
}
</style>
border-color css
<style>
span { border-color: #B93CB0; }
span { border-color: rgb(185,60,176); }
td.TdClassName
{
border-color: #B93CB0;
}
.TagClassName
{
border-color: #B93CB0;
}
</style>