Shades of Fuchsia #B932C5
Tints of Fuchsia #B932C5
RGB
CMYK
RGB Variations
Color information
#B932C5 (or 0xB932C5) is known color: Fuchsia. HEX triplet: B9, 32 and C5. RGB value is (185,50,197). Sum of RGB (Red+Green+Blue) = 185+50+197=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #B932C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932C5 is #46CD3A. Grayscale: #6A6A6A. Windows color (decimal): -4640059 or 12923577. OLE color: 12923577.
HSL color Cylindrical-coordinate representation of color #B932C5: hue angle of 295.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B932C5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 50 | 197 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.23 |
| HSL | 295.1º | 0.6% | 0.48% | - |
| HSV(B) | 295.1º | 0.75% | 0.77% | - |
| XYZ | 31.23 | 16.63 | 54.39 | - |
| YUV | 107.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 197 | 0.06 | 0.75 | 0 | 0.23 | 295.1 | 0.6 | 0.48 |
| Hex | B9 | 32 | C5 | 6 | 4B | 0 | 17 | 127 | 3C | 30 |
| Octal | 271 | 62 | 305 | 6 | 113 | 0 | 27 | 447 | 74 | 60 |
| Binary | 10111001 | 110010 | 11000101 | 110 | 1001011 | 0 | 10111 | 100100111 | 111100 | 110000 |
Color Harmonies of #B932C5
Complementary color
Monochromatic Colors of #B932C5
Black with #B932C5
Text Example
Text Example
White with #B932C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932C5; }
p { color: rgb(185,50,197); }
H1.HeaderClassName
{
color: #B932C5;
}
.AnyTagClassName
{
color: #B932C5;
}
</style>
background-color css
<style>
a { background-color: #B932C5; }
a { background-color: rgb(185,50,197); }
div.DivClassName
{
background-color: #B932C5;
}
.BgClassName
{
background-color: #B932C5;
}
</style>
border-color css
<style>
span { border-color: #B932C5; }
span { border-color: rgb(185,50,197); }
td.TdClassName
{
border-color: #B932C5;
}
.TagClassName
{
border-color: #B932C5;
}
</style>