Shades of Fuchsia #B936AC
Tints of Fuchsia #B936AC
RGB
CMYK
RGB Variations
Color information
#B936AC (or 0xB936AC) is known color: Fuchsia. HEX triplet: B9, 36 and AC. RGB value is (185,54,172). Sum of RGB (Red+Green+Blue) = 185+54+172=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B936AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B936AC is #46C953. Grayscale: #6A6A6A. Windows color (decimal): -4639060 or 11286201. OLE color: 11286201.
HSL color Cylindrical-coordinate representation of color #B936AC: hue angle of 305.95º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B936AC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 172 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.27 |
| HSL | 305.95º | 0.55% | 0.47% | - |
| HSV(B) | 305.95º | 0.71% | 0.73% | - |
| XYZ | 28.77 | 15.93 | 40.59 | - |
| YUV | 106.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 172 | 0 | 0.71 | 0.07 | 0.27 | 305.95 | 0.55 | 0.47 |
| Hex | B9 | 36 | AC | 0 | 47 | 7 | 1B | 132 | 37 | 2F |
| Octal | 271 | 66 | 254 | 0 | 107 | 7 | 33 | 462 | 67 | 57 |
| Binary | 10111001 | 110110 | 10101100 | 0 | 1000111 | 111 | 11011 | 100110010 | 110111 | 101111 |
Color Harmonies of #B936AC
Complementary color
Monochromatic Colors of #B936AC
Black with #B936AC
Text Example
Text Example
White with #B936AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936AC; }
p { color: rgb(185,54,172); }
H1.HeaderClassName
{
color: #B936AC;
}
.AnyTagClassName
{
color: #B936AC;
}
</style>
background-color css
<style>
a { background-color: #B936AC; }
a { background-color: rgb(185,54,172); }
div.DivClassName
{
background-color: #B936AC;
}
.BgClassName
{
background-color: #B936AC;
}
</style>
border-color css
<style>
span { border-color: #B936AC; }
span { border-color: rgb(185,54,172); }
td.TdClassName
{
border-color: #B936AC;
}
.TagClassName
{
border-color: #B936AC;
}
</style>