Shades of Fuchsia #B63DAE
Tints of Fuchsia #B63DAE
RGB
CMYK
RGB Variations
Color information
#B63DAE (or 0xB63DAE) is known color: Fuchsia. HEX triplet: B6, 3D and AE. RGB value is (182,61,174). Sum of RGB (Red+Green+Blue) = 182+61+174=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DAE is #49C251. Grayscale: #6D6D6D. Windows color (decimal): -4833874 or 11419062. OLE color: 11419062.
HSL color Cylindrical-coordinate representation of color #B63DAE: hue angle of 303.97º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63DAE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 174 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.29 |
| HSL | 303.97º | 0.5% | 0.48% | - |
| HSV(B) | 303.97º | 0.66% | 0.71% | - |
| XYZ | 28.6 | 16.34 | 41.69 | - |
| YUV | 110.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 174 | 0 | 0.66 | 0.04 | 0.29 | 303.97 | 0.5 | 0.48 |
| Hex | B6 | 3D | AE | 0 | 42 | 4 | 1D | 130 | 32 | 30 |
| Octal | 266 | 75 | 256 | 0 | 102 | 4 | 35 | 460 | 62 | 60 |
| Binary | 10110110 | 111101 | 10101110 | 0 | 1000010 | 100 | 11101 | 100110000 | 110010 | 110000 |
Color Harmonies of #B63DAE
Complementary color
Monochromatic Colors of #B63DAE
Black with #B63DAE
Text Example
Text Example
White with #B63DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DAE; }
p { color: rgb(182,61,174); }
H1.HeaderClassName
{
color: #B63DAE;
}
.AnyTagClassName
{
color: #B63DAE;
}
</style>
background-color css
<style>
a { background-color: #B63DAE; }
a { background-color: rgb(182,61,174); }
div.DivClassName
{
background-color: #B63DAE;
}
.BgClassName
{
background-color: #B63DAE;
}
</style>
border-color css
<style>
span { border-color: #B63DAE; }
span { border-color: rgb(182,61,174); }
td.TdClassName
{
border-color: #B63DAE;
}
.TagClassName
{
border-color: #B63DAE;
}
</style>