Shades of Fuchsia #B636AB
Tints of Fuchsia #B636AB
RGB
CMYK
RGB Variations
Color information
#B636AB (or 0xB636AB) is known color: Fuchsia. HEX triplet: B6, 36 and AB. RGB value is (182,54,171). Sum of RGB (Red+Green+Blue) = 182+54+171=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B636AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636AB is #49C954. Grayscale: #696969. Windows color (decimal): -4835669 or 11220662. OLE color: 11220662.
HSL color Cylindrical-coordinate representation of color #B636AB: hue angle of 305.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B636AB is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 171 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.29 |
| HSL | 305.16º | 0.54% | 0.46% | - |
| HSV(B) | 305.16º | 0.7% | 0.71% | - |
| XYZ | 27.96 | 15.52 | 40.05 | - |
| YUV | 105.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 171 | 0 | 0.70 | 0.06 | 0.29 | 305.16 | 0.54 | 0.46 |
| Hex | B6 | 36 | AB | 0 | 46 | 6 | 1D | 131 | 36 | 2E |
| Octal | 266 | 66 | 253 | 0 | 106 | 6 | 35 | 461 | 66 | 56 |
| Binary | 10110110 | 110110 | 10101011 | 0 | 1000110 | 110 | 11101 | 100110001 | 110110 | 101110 |
Color Harmonies of #B636AB
Complementary color
Monochromatic Colors of #B636AB
Black with #B636AB
Text Example
Text Example
White with #B636AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636AB; }
p { color: rgb(182,54,171); }
H1.HeaderClassName
{
color: #B636AB;
}
.AnyTagClassName
{
color: #B636AB;
}
</style>
background-color css
<style>
a { background-color: #B636AB; }
a { background-color: rgb(182,54,171); }
div.DivClassName
{
background-color: #B636AB;
}
.BgClassName
{
background-color: #B636AB;
}
</style>
border-color css
<style>
span { border-color: #B636AB; }
span { border-color: rgb(182,54,171); }
td.TdClassName
{
border-color: #B636AB;
}
.TagClassName
{
border-color: #B636AB;
}
</style>