Shades of Fuchsia #B935C0
Tints of Fuchsia #B935C0
RGB
CMYK
RGB Variations
Color information
#B935C0 (or 0xB935C0) is known color: Fuchsia. HEX triplet: B9, 35 and C0. RGB value is (185,53,192). Sum of RGB (Red+Green+Blue) = 185+53+192=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #B935C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935C0 is #46CA3F. Grayscale: #6B6B6B. Windows color (decimal): -4639296 or 12596665. OLE color: 12596665.
HSL color Cylindrical-coordinate representation of color #B935C0: hue angle of 296.98º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B935C0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 53 | 192 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.25 |
| HSL | 296.98º | 0.57% | 0.48% | - |
| HSV(B) | 296.98º | 0.72% | 0.75% | - |
| XYZ | 30.8 | 16.67 | 51.46 | - |
| YUV | 108.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 192 | 0.04 | 0.72 | 0 | 0.25 | 296.98 | 0.57 | 0.48 |
| Hex | B9 | 35 | C0 | 4 | 48 | 0 | 19 | 129 | 39 | 30 |
| Octal | 271 | 65 | 300 | 4 | 110 | 0 | 31 | 451 | 71 | 60 |
| Binary | 10111001 | 110101 | 11000000 | 100 | 1001000 | 0 | 11001 | 100101001 | 111001 | 110000 |
Color Harmonies of #B935C0
Complementary color
Monochromatic Colors of #B935C0
Black with #B935C0
Text Example
Text Example
White with #B935C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935C0; }
p { color: rgb(185,53,192); }
H1.HeaderClassName
{
color: #B935C0;
}
.AnyTagClassName
{
color: #B935C0;
}
</style>
background-color css
<style>
a { background-color: #B935C0; }
a { background-color: rgb(185,53,192); }
div.DivClassName
{
background-color: #B935C0;
}
.BgClassName
{
background-color: #B935C0;
}
</style>
border-color css
<style>
span { border-color: #B935C0; }
span { border-color: rgb(185,53,192); }
td.TdClassName
{
border-color: #B935C0;
}
.TagClassName
{
border-color: #B935C0;
}
</style>