Shades of Fuchsia #B932BC
Tints of Fuchsia #B932BC
RGB
CMYK
RGB Variations
Color information
#B932BC (or 0xB932BC) is known color: Fuchsia. HEX triplet: B9, 32 and BC. RGB value is (185,50,188). Sum of RGB (Red+Green+Blue) = 185+50+188=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #B932BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932BC is #46CD43. Grayscale: #696969. Windows color (decimal): -4640068 or 12333753. OLE color: 12333753.
HSL color Cylindrical-coordinate representation of color #B932BC: hue angle of 298.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B932BC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 50 | 188 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.26 |
| HSL | 298.7º | 0.58% | 0.47% | - |
| HSV(B) | 298.7º | 0.73% | 0.74% | - |
| XYZ | 30.23 | 16.23 | 49.12 | - |
| YUV | 106.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 188 | 0.02 | 0.73 | 0 | 0.26 | 298.7 | 0.58 | 0.47 |
| Hex | B9 | 32 | BC | 2 | 49 | 0 | 1A | 12B | 3A | 2F |
| Octal | 271 | 62 | 274 | 2 | 111 | 0 | 32 | 453 | 72 | 57 |
| Binary | 10111001 | 110010 | 10111100 | 10 | 1001001 | 0 | 11010 | 100101011 | 111010 | 101111 |
Color Harmonies of #B932BC
Complementary color
Monochromatic Colors of #B932BC
Black with #B932BC
Text Example
Text Example
White with #B932BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932BC; }
p { color: rgb(185,50,188); }
H1.HeaderClassName
{
color: #B932BC;
}
.AnyTagClassName
{
color: #B932BC;
}
</style>
background-color css
<style>
a { background-color: #B932BC; }
a { background-color: rgb(185,50,188); }
div.DivClassName
{
background-color: #B932BC;
}
.BgClassName
{
background-color: #B932BC;
}
</style>
border-color css
<style>
span { border-color: #B932BC; }
span { border-color: rgb(185,50,188); }
td.TdClassName
{
border-color: #B932BC;
}
.TagClassName
{
border-color: #B932BC;
}
</style>