Shades of Fuchsia #B62DAC
Tints of Fuchsia #B62DAC
RGB
CMYK
RGB Variations
Color information
#B62DAC (or 0xB62DAC) is known color: Fuchsia. HEX triplet: B6, 2D and AC. RGB value is (182,45,172). Sum of RGB (Red+Green+Blue) = 182+45+172=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DAC is #49D253. Grayscale: #646464. Windows color (decimal): -4837972 or 11283894. OLE color: 11283894.
HSL color Cylindrical-coordinate representation of color #B62DAC: hue angle of 304.38º 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 #B62DAC is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 172 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.29 |
| HSL | 304.38º | 0.6% | 0.45% | - |
| HSV(B) | 304.38º | 0.75% | 0.71% | - |
| XYZ | 27.68 | 14.8 | 40.43 | - |
| YUV | 100.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 172 | 0 | 0.75 | 0.05 | 0.29 | 304.38 | 0.6 | 0.45 |
| Hex | B6 | 2D | AC | 0 | 4B | 5 | 1D | 130 | 3C | 2D |
| Octal | 266 | 55 | 254 | 0 | 113 | 5 | 35 | 460 | 74 | 55 |
| Binary | 10110110 | 101101 | 10101100 | 0 | 1001011 | 101 | 11101 | 100110000 | 111100 | 101101 |
Color Harmonies of #B62DAC
Complementary color
Monochromatic Colors of #B62DAC
Black with #B62DAC
Text Example
Text Example
White with #B62DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DAC; }
p { color: rgb(182,45,172); }
H1.HeaderClassName
{
color: #B62DAC;
}
.AnyTagClassName
{
color: #B62DAC;
}
</style>
background-color css
<style>
a { background-color: #B62DAC; }
a { background-color: rgb(182,45,172); }
div.DivClassName
{
background-color: #B62DAC;
}
.BgClassName
{
background-color: #B62DAC;
}
</style>
border-color css
<style>
span { border-color: #B62DAC; }
span { border-color: rgb(182,45,172); }
td.TdClassName
{
border-color: #B62DAC;
}
.TagClassName
{
border-color: #B62DAC;
}
</style>