Shades of Fuchsia #B93CC5
Tints of Fuchsia #B93CC5
RGB
CMYK
RGB Variations
Color information
#B93CC5 (or 0xB93CC5) is known color: Fuchsia. HEX triplet: B9, 3C and C5. RGB value is (185,60,197). Sum of RGB (Red+Green+Blue) = 185+60+197=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #B93CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CC5 is #46C33A. Grayscale: #707070. Windows color (decimal): -4637499 or 12926137. OLE color: 12926137.
HSL color Cylindrical-coordinate representation of color #B93CC5: hue angle of 294.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93CC5 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 60 | 197 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.23 |
| HSL | 294.74º | 0.54% | 0.5% | - |
| HSV(B) | 294.74º | 0.7% | 0.77% | - |
| XYZ | 31.7 | 17.58 | 54.55 | - |
| YUV | 112.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 197 | 0.06 | 0.70 | 0 | 0.23 | 294.74 | 0.54 | 0.5 |
| Hex | B9 | 3C | C5 | 6 | 46 | 0 | 17 | 127 | 36 | 32 |
| Octal | 271 | 74 | 305 | 6 | 106 | 0 | 27 | 447 | 66 | 62 |
| Binary | 10111001 | 111100 | 11000101 | 110 | 1000110 | 0 | 10111 | 100100111 | 110110 | 110010 |
Color Harmonies of #B93CC5
Complementary color
Monochromatic Colors of #B93CC5
Black with #B93CC5
Text Example
Text Example
White with #B93CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CC5; }
p { color: rgb(185,60,197); }
H1.HeaderClassName
{
color: #B93CC5;
}
.AnyTagClassName
{
color: #B93CC5;
}
</style>
background-color css
<style>
a { background-color: #B93CC5; }
a { background-color: rgb(185,60,197); }
div.DivClassName
{
background-color: #B93CC5;
}
.BgClassName
{
background-color: #B93CC5;
}
</style>
border-color css
<style>
span { border-color: #B93CC5; }
span { border-color: rgb(185,60,197); }
td.TdClassName
{
border-color: #B93CC5;
}
.TagClassName
{
border-color: #B93CC5;
}
</style>