Shades of Fuchsia #B731C2
Tints of Fuchsia #B731C2
RGB
CMYK
RGB Variations
Color information
#B731C2 (or 0xB731C2) is known color: Fuchsia. HEX triplet: B7, 31 and C2. RGB value is (183,49,194). Sum of RGB (Red+Green+Blue) = 183+49+194=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #B731C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731C2 is #48CE3D. Grayscale: #696969. Windows color (decimal): -4771390 or 12726711. OLE color: 12726711.
HSL color Cylindrical-coordinate representation of color #B731C2: hue angle of 295.45º 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 #B731C2 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 49 | 194 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.24 |
| HSL | 295.45º | 0.6% | 0.48% | - |
| HSV(B) | 295.45º | 0.75% | 0.76% | - |
| XYZ | 30.36 | 16.16 | 52.56 | - |
| YUV | 105.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 194 | 0.06 | 0.75 | 0 | 0.24 | 295.45 | 0.6 | 0.48 |
| Hex | B7 | 31 | C2 | 6 | 4B | 0 | 18 | 127 | 3C | 30 |
| Octal | 267 | 61 | 302 | 6 | 113 | 0 | 30 | 447 | 74 | 60 |
| Binary | 10110111 | 110001 | 11000010 | 110 | 1001011 | 0 | 11000 | 100100111 | 111100 | 110000 |
Color Harmonies of #B731C2
Complementary color
Monochromatic Colors of #B731C2
Black with #B731C2
Text Example
Text Example
White with #B731C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731C2; }
p { color: rgb(183,49,194); }
H1.HeaderClassName
{
color: #B731C2;
}
.AnyTagClassName
{
color: #B731C2;
}
</style>
background-color css
<style>
a { background-color: #B731C2; }
a { background-color: rgb(183,49,194); }
div.DivClassName
{
background-color: #B731C2;
}
.BgClassName
{
background-color: #B731C2;
}
</style>
border-color css
<style>
span { border-color: #B731C2; }
span { border-color: rgb(183,49,194); }
td.TdClassName
{
border-color: #B731C2;
}
.TagClassName
{
border-color: #B731C2;
}
</style>