Shades of Fuchsia #B93FB0
Tints of Fuchsia #B93FB0
RGB
CMYK
RGB Variations
Color information
#B93FB0 (or 0xB93FB0) is known color: Fuchsia. HEX triplet: B9, 3F and B0. RGB value is (185,63,176). Sum of RGB (Red+Green+Blue) = 185+63+176=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93FB0 is #46C04F. Grayscale: #707070. Windows color (decimal): -4636752 or 11550649. OLE color: 11550649.
HSL color Cylindrical-coordinate representation of color #B93FB0: hue angle of 304.43º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93FB0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 176 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.27 |
| HSL | 304.43º | 0.49% | 0.49% | - |
| HSV(B) | 304.43º | 0.66% | 0.73% | - |
| XYZ | 29.62 | 17 | 42.8 | - |
| YUV | 112.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 176 | 0 | 0.66 | 0.05 | 0.27 | 304.43 | 0.49 | 0.49 |
| Hex | B9 | 3F | B0 | 0 | 42 | 5 | 1B | 130 | 31 | 31 |
| Octal | 271 | 77 | 260 | 0 | 102 | 5 | 33 | 460 | 61 | 61 |
| Binary | 10111001 | 111111 | 10110000 | 0 | 1000010 | 101 | 11011 | 100110000 | 110001 | 110001 |
Color Harmonies of #B93FB0
Complementary color
Monochromatic Colors of #B93FB0
Black with #B93FB0
Text Example
Text Example
White with #B93FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FB0; }
p { color: rgb(185,63,176); }
H1.HeaderClassName
{
color: #B93FB0;
}
.AnyTagClassName
{
color: #B93FB0;
}
</style>
background-color css
<style>
a { background-color: #B93FB0; }
a { background-color: rgb(185,63,176); }
div.DivClassName
{
background-color: #B93FB0;
}
.BgClassName
{
background-color: #B93FB0;
}
</style>
border-color css
<style>
span { border-color: #B93FB0; }
span { border-color: rgb(185,63,176); }
td.TdClassName
{
border-color: #B93FB0;
}
.TagClassName
{
border-color: #B93FB0;
}
</style>