Shades of Fuchsia #B62DAD
Tints of Fuchsia #B62DAD
RGB
CMYK
RGB Variations
Color information
#B62DAD (or 0xB62DAD) is known color: Fuchsia. HEX triplet: B6, 2D and AD. RGB value is (182,45,173). Sum of RGB (Red+Green+Blue) = 182+45+173=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DAD is #49D252. Grayscale: #646464. Windows color (decimal): -4837971 or 11349430. OLE color: 11349430.
HSL color Cylindrical-coordinate representation of color #B62DAD: hue angle of 303.94º 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 #B62DAD is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 173 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.29 |
| HSL | 303.94º | 0.6% | 0.45% | - |
| HSV(B) | 303.94º | 0.75% | 0.71% | - |
| XYZ | 27.77 | 14.84 | 40.94 | - |
| YUV | 100.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 173 | 0 | 0.75 | 0.05 | 0.29 | 303.94 | 0.6 | 0.45 |
| Hex | B6 | 2D | AD | 0 | 4B | 5 | 1D | 130 | 3C | 2D |
| Octal | 266 | 55 | 255 | 0 | 113 | 5 | 35 | 460 | 74 | 55 |
| Binary | 10110110 | 101101 | 10101101 | 0 | 1001011 | 101 | 11101 | 100110000 | 111100 | 101101 |
Color Harmonies of #B62DAD
Complementary color
Monochromatic Colors of #B62DAD
Black with #B62DAD
Text Example
Text Example
White with #B62DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DAD; }
p { color: rgb(182,45,173); }
H1.HeaderClassName
{
color: #B62DAD;
}
.AnyTagClassName
{
color: #B62DAD;
}
</style>
background-color css
<style>
a { background-color: #B62DAD; }
a { background-color: rgb(182,45,173); }
div.DivClassName
{
background-color: #B62DAD;
}
.BgClassName
{
background-color: #B62DAD;
}
</style>
border-color css
<style>
span { border-color: #B62DAD; }
span { border-color: rgb(182,45,173); }
td.TdClassName
{
border-color: #B62DAD;
}
.TagClassName
{
border-color: #B62DAD;
}
</style>