Shades of Fuchsia #B93EBC
Tints of Fuchsia #B93EBC
RGB
CMYK
RGB Variations
Color information
#B93EBC (or 0xB93EBC) is known color: Fuchsia. HEX triplet: B9, 3E and BC. RGB value is (185,62,188). Sum of RGB (Red+Green+Blue) = 185+62+188=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B93EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EBC is #46C143. Grayscale: #707070. Windows color (decimal): -4636996 or 12336825. OLE color: 12336825.
HSL color Cylindrical-coordinate representation of color #B93EBC: hue angle of 298.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93EBC is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 62 | 188 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.26 |
| HSL | 298.57º | 0.5% | 0.49% | - |
| HSV(B) | 298.57º | 0.67% | 0.74% | - |
| XYZ | 30.81 | 17.39 | 49.31 | - |
| YUV | 113.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 188 | 0.02 | 0.67 | 0 | 0.26 | 298.57 | 0.5 | 0.49 |
| Hex | B9 | 3E | BC | 2 | 43 | 0 | 1A | 12B | 32 | 31 |
| Octal | 271 | 76 | 274 | 2 | 103 | 0 | 32 | 453 | 62 | 61 |
| Binary | 10111001 | 111110 | 10111100 | 10 | 1000011 | 0 | 11010 | 100101011 | 110010 | 110001 |
Color Harmonies of #B93EBC
Complementary color
Monochromatic Colors of #B93EBC
Black with #B93EBC
Text Example
Text Example
White with #B93EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EBC; }
p { color: rgb(185,62,188); }
H1.HeaderClassName
{
color: #B93EBC;
}
.AnyTagClassName
{
color: #B93EBC;
}
</style>
background-color css
<style>
a { background-color: #B93EBC; }
a { background-color: rgb(185,62,188); }
div.DivClassName
{
background-color: #B93EBC;
}
.BgClassName
{
background-color: #B93EBC;
}
</style>
border-color css
<style>
span { border-color: #B93EBC; }
span { border-color: rgb(185,62,188); }
td.TdClassName
{
border-color: #B93EBC;
}
.TagClassName
{
border-color: #B93EBC;
}
</style>