Shades of Fuchsia #B62DB1
Tints of Fuchsia #B62DB1
RGB
CMYK
RGB Variations
Color information
#B62DB1 (or 0xB62DB1) is known color: Fuchsia. HEX triplet: B6, 2D and B1. RGB value is (182,45,177). Sum of RGB (Red+Green+Blue) = 182+45+177=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DB1 is #49D24E. Grayscale: #646464. Windows color (decimal): -4837967 or 11611574. OLE color: 11611574.
HSL color Cylindrical-coordinate representation of color #B62DB1: hue angle of 302.19º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62DB1 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 177 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.29 |
| HSL | 302.19º | 0.6% | 0.45% | - |
| HSV(B) | 302.19º | 0.75% | 0.71% | - |
| XYZ | 28.17 | 15 | 43.01 | - |
| YUV | 101.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 177 | 0 | 0.75 | 0.03 | 0.29 | 302.19 | 0.6 | 0.45 |
| Hex | B6 | 2D | B1 | 0 | 4B | 3 | 1D | 12E | 3C | 2D |
| Octal | 266 | 55 | 261 | 0 | 113 | 3 | 35 | 456 | 74 | 55 |
| Binary | 10110110 | 101101 | 10110001 | 0 | 1001011 | 11 | 11101 | 100101110 | 111100 | 101101 |
Color Harmonies of #B62DB1
Complementary color
Monochromatic Colors of #B62DB1
Black with #B62DB1
Text Example
Text Example
White with #B62DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DB1; }
p { color: rgb(182,45,177); }
H1.HeaderClassName
{
color: #B62DB1;
}
.AnyTagClassName
{
color: #B62DB1;
}
</style>
background-color css
<style>
a { background-color: #B62DB1; }
a { background-color: rgb(182,45,177); }
div.DivClassName
{
background-color: #B62DB1;
}
.BgClassName
{
background-color: #B62DB1;
}
</style>
border-color css
<style>
span { border-color: #B62DB1; }
span { border-color: rgb(182,45,177); }
td.TdClassName
{
border-color: #B62DB1;
}
.TagClassName
{
border-color: #B62DB1;
}
</style>