Shades of Fuchsia #B935BC
Tints of Fuchsia #B935BC
RGB
CMYK
RGB Variations
Color information
#B935BC (or 0xB935BC) is known color: Fuchsia. HEX triplet: B9, 35 and BC. RGB value is (185,53,188). Sum of RGB (Red+Green+Blue) = 185+53+188=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #B935BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935BC is #46CA43. Grayscale: #6B6B6B. Windows color (decimal): -4639300 or 12334521. OLE color: 12334521.
HSL color Cylindrical-coordinate representation of color #B935BC: hue angle of 298.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B935BC is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 53 | 188 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.26 |
| HSL | 298.67º | 0.56% | 0.47% | - |
| HSV(B) | 298.67º | 0.72% | 0.74% | - |
| XYZ | 30.36 | 16.49 | 49.16 | - |
| YUV | 107.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 188 | 0.02 | 0.72 | 0 | 0.26 | 298.67 | 0.56 | 0.47 |
| Hex | B9 | 35 | BC | 2 | 48 | 0 | 1A | 12B | 38 | 2F |
| Octal | 271 | 65 | 274 | 2 | 110 | 0 | 32 | 453 | 70 | 57 |
| Binary | 10111001 | 110101 | 10111100 | 10 | 1001000 | 0 | 11010 | 100101011 | 111000 | 101111 |
Color Harmonies of #B935BC
Complementary color
Monochromatic Colors of #B935BC
Black with #B935BC
Text Example
Text Example
White with #B935BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935BC; }
p { color: rgb(185,53,188); }
H1.HeaderClassName
{
color: #B935BC;
}
.AnyTagClassName
{
color: #B935BC;
}
</style>
background-color css
<style>
a { background-color: #B935BC; }
a { background-color: rgb(185,53,188); }
div.DivClassName
{
background-color: #B935BC;
}
.BgClassName
{
background-color: #B935BC;
}
</style>
border-color css
<style>
span { border-color: #B935BC; }
span { border-color: rgb(185,53,188); }
td.TdClassName
{
border-color: #B935BC;
}
.TagClassName
{
border-color: #B935BC;
}
</style>