Shades of Fuchsia #B935C9
Tints of Fuchsia #B935C9
RGB
CMYK
RGB Variations
Color information
#B935C9 (or 0xB935C9) is known color: Fuchsia. HEX triplet: B9, 35 and C9. RGB value is (185,53,201). Sum of RGB (Red+Green+Blue) = 185+53+201=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #B935C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935C9 is #46CA36. Grayscale: #6C6C6C. Windows color (decimal): -4639287 or 13186489. OLE color: 13186489.
HSL color Cylindrical-coordinate representation of color #B935C9: hue angle of 293.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935C9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 53 | 201 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.21 |
| HSL | 293.51º | 0.58% | 0.5% | - |
| HSV(B) | 293.51º | 0.74% | 0.79% | - |
| XYZ | 31.82 | 17.08 | 56.88 | - |
| YUV | 109.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 201 | 0.08 | 0.74 | 0 | 0.21 | 293.51 | 0.58 | 0.5 |
| Hex | B9 | 35 | C9 | 8 | 4A | 0 | 15 | 126 | 3A | 32 |
| Octal | 271 | 65 | 311 | 10 | 112 | 0 | 25 | 446 | 72 | 62 |
| Binary | 10111001 | 110101 | 11001001 | 1000 | 1001010 | 0 | 10101 | 100100110 | 111010 | 110010 |
Color Harmonies of #B935C9
Complementary color
Monochromatic Colors of #B935C9
Black with #B935C9
Text Example
Text Example
White with #B935C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935C9; }
p { color: rgb(185,53,201); }
H1.HeaderClassName
{
color: #B935C9;
}
.AnyTagClassName
{
color: #B935C9;
}
</style>
background-color css
<style>
a { background-color: #B935C9; }
a { background-color: rgb(185,53,201); }
div.DivClassName
{
background-color: #B935C9;
}
.BgClassName
{
background-color: #B935C9;
}
</style>
border-color css
<style>
span { border-color: #B935C9; }
span { border-color: rgb(185,53,201); }
td.TdClassName
{
border-color: #B935C9;
}
.TagClassName
{
border-color: #B935C9;
}
</style>