Shades of Fuchsia #B831C2
Tints of Fuchsia #B831C2
RGB
CMYK
RGB Variations
Color information
#B831C2 (or 0xB831C2) is known color: Fuchsia. HEX triplet: B8, 31 and C2. RGB value is (184,49,194). Sum of RGB (Red+Green+Blue) = 184+49+194=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #B831C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831C2 is #47CE3D. Grayscale: #696969. Windows color (decimal): -4705854 or 12726712. OLE color: 12726712.
HSL color Cylindrical-coordinate representation of color #B831C2: hue angle of 295.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B831C2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 49 | 194 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.24 |
| HSL | 295.86º | 0.6% | 0.48% | - |
| HSV(B) | 295.86º | 0.75% | 0.76% | - |
| XYZ | 30.6 | 16.28 | 52.57 | - |
| YUV | 105.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 194 | 0.05 | 0.75 | 0 | 0.24 | 295.86 | 0.6 | 0.48 |
| Hex | B8 | 31 | C2 | 5 | 4B | 0 | 18 | 128 | 3C | 30 |
| Octal | 270 | 61 | 302 | 5 | 113 | 0 | 30 | 450 | 74 | 60 |
| Binary | 10111000 | 110001 | 11000010 | 101 | 1001011 | 0 | 11000 | 100101000 | 111100 | 110000 |
Color Harmonies of #B831C2
Complementary color
Monochromatic Colors of #B831C2
Black with #B831C2
Text Example
Text Example
White with #B831C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831C2; }
p { color: rgb(184,49,194); }
H1.HeaderClassName
{
color: #B831C2;
}
.AnyTagClassName
{
color: #B831C2;
}
</style>
background-color css
<style>
a { background-color: #B831C2; }
a { background-color: rgb(184,49,194); }
div.DivClassName
{
background-color: #B831C2;
}
.BgClassName
{
background-color: #B831C2;
}
</style>
border-color css
<style>
span { border-color: #B831C2; }
span { border-color: rgb(184,49,194); }
td.TdClassName
{
border-color: #B831C2;
}
.TagClassName
{
border-color: #B831C2;
}
</style>