Shades of Fuchsia #B832C1
Tints of Fuchsia #B832C1
RGB
CMYK
RGB Variations
Color information
#B832C1 (or 0xB832C1) is known color: Fuchsia. HEX triplet: B8, 32 and C1. RGB value is (184,50,193). Sum of RGB (Red+Green+Blue) = 184+50+193=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #B832C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832C1 is #47CD3E. Grayscale: #696969. Windows color (decimal): -4705599 or 12661432. OLE color: 12661432.
HSL color Cylindrical-coordinate representation of color #B832C1: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B832C1 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 50 | 193 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.24 |
| HSL | 296.22º | 0.59% | 0.48% | - |
| HSV(B) | 296.22º | 0.74% | 0.76% | - |
| XYZ | 30.53 | 16.32 | 51.99 | - |
| YUV | 106.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 193 | 0.05 | 0.74 | 0 | 0.24 | 296.22 | 0.59 | 0.48 |
| Hex | B8 | 32 | C1 | 5 | 4A | 0 | 18 | 128 | 3B | 30 |
| Octal | 270 | 62 | 301 | 5 | 112 | 0 | 30 | 450 | 73 | 60 |
| Binary | 10111000 | 110010 | 11000001 | 101 | 1001010 | 0 | 11000 | 100101000 | 111011 | 110000 |
Color Harmonies of #B832C1
Complementary color
Monochromatic Colors of #B832C1
Black with #B832C1
Text Example
Text Example
White with #B832C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832C1; }
p { color: rgb(184,50,193); }
H1.HeaderClassName
{
color: #B832C1;
}
.AnyTagClassName
{
color: #B832C1;
}
</style>
background-color css
<style>
a { background-color: #B832C1; }
a { background-color: rgb(184,50,193); }
div.DivClassName
{
background-color: #B832C1;
}
.BgClassName
{
background-color: #B832C1;
}
</style>
border-color css
<style>
span { border-color: #B832C1; }
span { border-color: rgb(184,50,193); }
td.TdClassName
{
border-color: #B832C1;
}
.TagClassName
{
border-color: #B832C1;
}
</style>