Shades of Fuchsia #B935C2
Tints of Fuchsia #B935C2
RGB
CMYK
RGB Variations
Color information
#B935C2 (or 0xB935C2) is known color: Fuchsia. HEX triplet: B9, 35 and C2. RGB value is (185,53,194). Sum of RGB (Red+Green+Blue) = 185+53+194=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #B935C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935C2 is #46CA3D. Grayscale: #6C6C6C. Windows color (decimal): -4639294 or 12727737. OLE color: 12727737.
HSL color Cylindrical-coordinate representation of color #B935C2: hue angle of 296.17º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B935C2 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 53 | 194 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.24 |
| HSL | 296.17º | 0.57% | 0.48% | - |
| HSV(B) | 296.17º | 0.73% | 0.76% | - |
| XYZ | 31.02 | 16.76 | 52.64 | - |
| YUV | 108.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 194 | 0.05 | 0.73 | 0 | 0.24 | 296.17 | 0.57 | 0.48 |
| Hex | B9 | 35 | C2 | 5 | 49 | 0 | 18 | 128 | 39 | 30 |
| Octal | 271 | 65 | 302 | 5 | 111 | 0 | 30 | 450 | 71 | 60 |
| Binary | 10111001 | 110101 | 11000010 | 101 | 1001001 | 0 | 11000 | 100101000 | 111001 | 110000 |
Color Harmonies of #B935C2
Complementary color
Monochromatic Colors of #B935C2
Black with #B935C2
Text Example
Text Example
White with #B935C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935C2; }
p { color: rgb(185,53,194); }
H1.HeaderClassName
{
color: #B935C2;
}
.AnyTagClassName
{
color: #B935C2;
}
</style>
background-color css
<style>
a { background-color: #B935C2; }
a { background-color: rgb(185,53,194); }
div.DivClassName
{
background-color: #B935C2;
}
.BgClassName
{
background-color: #B935C2;
}
</style>
border-color css
<style>
span { border-color: #B935C2; }
span { border-color: rgb(185,53,194); }
td.TdClassName
{
border-color: #B935C2;
}
.TagClassName
{
border-color: #B935C2;
}
</style>