Shades of Fuchsia #B935AC
Tints of Fuchsia #B935AC
RGB
CMYK
RGB Variations
Color information
#B935AC (or 0xB935AC) is known color: Fuchsia. HEX triplet: B9, 35 and AC. RGB value is (185,53,172). Sum of RGB (Red+Green+Blue) = 185+53+172=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B935AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935AC is #46CA53. Grayscale: #696969. Windows color (decimal): -4639316 or 11285945. OLE color: 11285945.
HSL color Cylindrical-coordinate representation of color #B935AC: hue angle of 305.91º 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 #B935AC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 172 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.27 |
| HSL | 305.91º | 0.55% | 0.47% | - |
| HSV(B) | 305.91º | 0.71% | 0.73% | - |
| XYZ | 28.73 | 15.84 | 40.57 | - |
| YUV | 106.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 172 | 0 | 0.71 | 0.07 | 0.27 | 305.91 | 0.55 | 0.47 |
| Hex | B9 | 35 | AC | 0 | 47 | 7 | 1B | 132 | 37 | 2F |
| Octal | 271 | 65 | 254 | 0 | 107 | 7 | 33 | 462 | 67 | 57 |
| Binary | 10111001 | 110101 | 10101100 | 0 | 1000111 | 111 | 11011 | 100110010 | 110111 | 101111 |
Color Harmonies of #B935AC
Complementary color
Monochromatic Colors of #B935AC
Black with #B935AC
Text Example
Text Example
White with #B935AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935AC; }
p { color: rgb(185,53,172); }
H1.HeaderClassName
{
color: #B935AC;
}
.AnyTagClassName
{
color: #B935AC;
}
</style>
background-color css
<style>
a { background-color: #B935AC; }
a { background-color: rgb(185,53,172); }
div.DivClassName
{
background-color: #B935AC;
}
.BgClassName
{
background-color: #B935AC;
}
</style>
border-color css
<style>
span { border-color: #B935AC; }
span { border-color: rgb(185,53,172); }
td.TdClassName
{
border-color: #B935AC;
}
.TagClassName
{
border-color: #B935AC;
}
</style>