Shades of Fuchsia #B93BAC
Tints of Fuchsia #B93BAC
RGB
CMYK
RGB Variations
Color information
#B93BAC (or 0xB93BAC) is known color: Fuchsia. HEX triplet: B9, 3B and AC. RGB value is (185,59,172). Sum of RGB (Red+Green+Blue) = 185+59+172=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BAC is #46C453. Grayscale: #6D6D6D. Windows color (decimal): -4637780 or 11287481. OLE color: 11287481.
HSL color Cylindrical-coordinate representation of color #B93BAC: hue angle of 306.19º degrees, saturation: 0.52, 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 #B93BAC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 59 | 172 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.27 |
| HSL | 306.19º | 0.52% | 0.48% | - |
| HSV(B) | 306.19º | 0.68% | 0.73% | - |
| XYZ | 29.02 | 16.42 | 40.67 | - |
| YUV | 109.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 172 | 0 | 0.68 | 0.07 | 0.27 | 306.19 | 0.52 | 0.48 |
| Hex | B9 | 3B | AC | 0 | 44 | 7 | 1B | 132 | 34 | 30 |
| Octal | 271 | 73 | 254 | 0 | 104 | 7 | 33 | 462 | 64 | 60 |
| Binary | 10111001 | 111011 | 10101100 | 0 | 1000100 | 111 | 11011 | 100110010 | 110100 | 110000 |
Color Harmonies of #B93BAC
Complementary color
Monochromatic Colors of #B93BAC
Black with #B93BAC
Text Example
Text Example
White with #B93BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BAC; }
p { color: rgb(185,59,172); }
H1.HeaderClassName
{
color: #B93BAC;
}
.AnyTagClassName
{
color: #B93BAC;
}
</style>
background-color css
<style>
a { background-color: #B93BAC; }
a { background-color: rgb(185,59,172); }
div.DivClassName
{
background-color: #B93BAC;
}
.BgClassName
{
background-color: #B93BAC;
}
</style>
border-color css
<style>
span { border-color: #B93BAC; }
span { border-color: rgb(185,59,172); }
td.TdClassName
{
border-color: #B93BAC;
}
.TagClassName
{
border-color: #B93BAC;
}
</style>