Shades of Fuchsia #B93AB0
Tints of Fuchsia #B93AB0
RGB
CMYK
RGB Variations
Color information
#B93AB0 (or 0xB93AB0) is known color: Fuchsia. HEX triplet: B9, 3A and B0. RGB value is (185,58,176). Sum of RGB (Red+Green+Blue) = 185+58+176=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AB0 is #46C54F. Grayscale: #6D6D6D. Windows color (decimal): -4638032 or 11549369. OLE color: 11549369.
HSL color Cylindrical-coordinate representation of color #B93AB0: hue angle of 304.25º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93AB0 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 176 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.27 |
| HSL | 304.25º | 0.52% | 0.48% | - |
| HSV(B) | 304.25º | 0.69% | 0.73% | - |
| XYZ | 29.36 | 16.47 | 42.71 | - |
| YUV | 109.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 176 | 0 | 0.69 | 0.05 | 0.27 | 304.25 | 0.52 | 0.48 |
| Hex | B9 | 3A | B0 | 0 | 45 | 5 | 1B | 130 | 34 | 30 |
| Octal | 271 | 72 | 260 | 0 | 105 | 5 | 33 | 460 | 64 | 60 |
| Binary | 10111001 | 111010 | 10110000 | 0 | 1000101 | 101 | 11011 | 100110000 | 110100 | 110000 |
Color Harmonies of #B93AB0
Complementary color
Monochromatic Colors of #B93AB0
Black with #B93AB0
Text Example
Text Example
White with #B93AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93AB0; }
p { color: rgb(185,58,176); }
H1.HeaderClassName
{
color: #B93AB0;
}
.AnyTagClassName
{
color: #B93AB0;
}
</style>
background-color css
<style>
a { background-color: #B93AB0; }
a { background-color: rgb(185,58,176); }
div.DivClassName
{
background-color: #B93AB0;
}
.BgClassName
{
background-color: #B93AB0;
}
</style>
border-color css
<style>
span { border-color: #B93AB0; }
span { border-color: rgb(185,58,176); }
td.TdClassName
{
border-color: #B93AB0;
}
.TagClassName
{
border-color: #B93AB0;
}
</style>