Shades of Fuchsia #B93AB1
Tints of Fuchsia #B93AB1
RGB
CMYK
RGB Variations
Color information
#B93AB1 (or 0xB93AB1) is known color: Fuchsia. HEX triplet: B9, 3A and B1. RGB value is (185,58,177). Sum of RGB (Red+Green+Blue) = 185+58+177=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AB1 is #46C54E. Grayscale: #6D6D6D. Windows color (decimal): -4638031 or 11614905. OLE color: 11614905.
HSL color Cylindrical-coordinate representation of color #B93AB1: hue angle of 303.78º 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 #B93AB1 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 177 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.27 |
| HSL | 303.78º | 0.52% | 0.48% | - |
| HSV(B) | 303.78º | 0.69% | 0.73% | - |
| XYZ | 29.46 | 16.51 | 43.23 | - |
| YUV | 109.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 177 | 0 | 0.69 | 0.04 | 0.27 | 303.78 | 0.52 | 0.48 |
| Hex | B9 | 3A | B1 | 0 | 45 | 4 | 1B | 130 | 34 | 30 |
| Octal | 271 | 72 | 261 | 0 | 105 | 4 | 33 | 460 | 64 | 60 |
| Binary | 10111001 | 111010 | 10110001 | 0 | 1000101 | 100 | 11011 | 100110000 | 110100 | 110000 |
Color Harmonies of #B93AB1
Complementary color
Monochromatic Colors of #B93AB1
Black with #B93AB1
Text Example
Text Example
White with #B93AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93AB1; }
p { color: rgb(185,58,177); }
H1.HeaderClassName
{
color: #B93AB1;
}
.AnyTagClassName
{
color: #B93AB1;
}
</style>
background-color css
<style>
a { background-color: #B93AB1; }
a { background-color: rgb(185,58,177); }
div.DivClassName
{
background-color: #B93AB1;
}
.BgClassName
{
background-color: #B93AB1;
}
</style>
border-color css
<style>
span { border-color: #B93AB1; }
span { border-color: rgb(185,58,177); }
td.TdClassName
{
border-color: #B93AB1;
}
.TagClassName
{
border-color: #B93AB1;
}
</style>