Shades of Fuchsia #B63DAA
Tints of Fuchsia #B63DAA
RGB
CMYK
RGB Variations
Color information
#B63DAA (or 0xB63DAA) is known color: Fuchsia. HEX triplet: B6, 3D and AA. RGB value is (182,61,170). Sum of RGB (Red+Green+Blue) = 182+61+170=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DAA is #49C255. Grayscale: #6D6D6D. Windows color (decimal): -4833878 or 11156918. OLE color: 11156918.
HSL color Cylindrical-coordinate representation of color #B63DAA: hue angle of 305.95º 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 #B63DAA is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 170 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.29 |
| HSL | 305.95º | 0.5% | 0.48% | - |
| HSV(B) | 305.95º | 0.66% | 0.71% | - |
| XYZ | 28.22 | 16.18 | 39.67 | - |
| YUV | 109.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 170 | 0 | 0.66 | 0.07 | 0.29 | 305.95 | 0.5 | 0.48 |
| Hex | B6 | 3D | AA | 0 | 42 | 7 | 1D | 132 | 32 | 30 |
| Octal | 266 | 75 | 252 | 0 | 102 | 7 | 35 | 462 | 62 | 60 |
| Binary | 10110110 | 111101 | 10101010 | 0 | 1000010 | 111 | 11101 | 100110010 | 110010 | 110000 |
Color Harmonies of #B63DAA
Complementary color
Monochromatic Colors of #B63DAA
Black with #B63DAA
Text Example
Text Example
White with #B63DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DAA; }
p { color: rgb(182,61,170); }
H1.HeaderClassName
{
color: #B63DAA;
}
.AnyTagClassName
{
color: #B63DAA;
}
</style>
background-color css
<style>
a { background-color: #B63DAA; }
a { background-color: rgb(182,61,170); }
div.DivClassName
{
background-color: #B63DAA;
}
.BgClassName
{
background-color: #B63DAA;
}
</style>
border-color css
<style>
span { border-color: #B63DAA; }
span { border-color: rgb(182,61,170); }
td.TdClassName
{
border-color: #B63DAA;
}
.TagClassName
{
border-color: #B63DAA;
}
</style>