Shades of Fuchsia #B236AD
Tints of Fuchsia #B236AD
RGB
CMYK
RGB Variations
Color information
#B236AD (or 0xB236AD) is known color: Fuchsia. HEX triplet: B2, 36 and AD. RGB value is (178,54,173). Sum of RGB (Red+Green+Blue) = 178+54+173=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B236AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B236AD is #4DC952. Grayscale: #686868. Windows color (decimal): -5097811 or 11351730. OLE color: 11351730.
HSL color Cylindrical-coordinate representation of color #B236AD: hue angle of 302.42º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B236AD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 173 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.30 |
| HSL | 302.42º | 0.53% | 0.45% | - |
| HSV(B) | 302.42º | 0.7% | 0.7% | - |
| XYZ | 27.22 | 15.12 | 41.02 | - |
| YUV | 104.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 173 | 0 | 0.70 | 0.03 | 0.30 | 302.42 | 0.53 | 0.45 |
| Hex | B2 | 36 | AD | 0 | 46 | 3 | 1E | 12E | 35 | 2D |
| Octal | 262 | 66 | 255 | 0 | 106 | 3 | 36 | 456 | 65 | 55 |
| Binary | 10110010 | 110110 | 10101101 | 0 | 1000110 | 11 | 11110 | 100101110 | 110101 | 101101 |
Color Harmonies of #B236AD
Complementary color
Monochromatic Colors of #B236AD
Black with #B236AD
Text Example
Text Example
White with #B236AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236AD; }
p { color: rgb(178,54,173); }
H1.HeaderClassName
{
color: #B236AD;
}
.AnyTagClassName
{
color: #B236AD;
}
</style>
background-color css
<style>
a { background-color: #B236AD; }
a { background-color: rgb(178,54,173); }
div.DivClassName
{
background-color: #B236AD;
}
.BgClassName
{
background-color: #B236AD;
}
</style>
border-color css
<style>
span { border-color: #B236AD; }
span { border-color: rgb(178,54,173); }
td.TdClassName
{
border-color: #B236AD;
}
.TagClassName
{
border-color: #B236AD;
}
</style>