Shades of Fuchsia #B653AF
Tints of Fuchsia #B653AF
RGB
CMYK
RGB Variations
Color information
#B653AF (or 0xB653AF) is known color: Fuchsia. HEX triplet: B6, 53 and AF. RGB value is (182,83,175). Sum of RGB (Red+Green+Blue) = 182+83+175=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B653AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B653AF is #49AC50. Grayscale: #7A7A7A. Windows color (decimal): -4828241 or 11490230. OLE color: 11490230.
HSL color Cylindrical-coordinate representation of color #B653AF: hue angle of 304.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B653AF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 175 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.29 |
| HSL | 304.24º | 0.4% | 0.52% | - |
| HSV(B) | 304.24º | 0.54% | 0.71% | - |
| XYZ | 30.12 | 19.23 | 42.68 | - |
| YUV | 123.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 175 | 0 | 0.54 | 0.04 | 0.29 | 304.24 | 0.4 | 0.52 |
| Hex | B6 | 53 | AF | 0 | 36 | 4 | 1D | 130 | 28 | 34 |
| Octal | 266 | 123 | 257 | 0 | 66 | 4 | 35 | 460 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10101111 | 0 | 110110 | 100 | 11101 | 100110000 | 101000 | 110100 |
Color Harmonies of #B653AF
Complementary color
Monochromatic Colors of #B653AF
Black with #B653AF
Text Example
Text Example
White with #B653AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653AF; }
p { color: rgb(182,83,175); }
H1.HeaderClassName
{
color: #B653AF;
}
.AnyTagClassName
{
color: #B653AF;
}
</style>
background-color css
<style>
a { background-color: #B653AF; }
a { background-color: rgb(182,83,175); }
div.DivClassName
{
background-color: #B653AF;
}
.BgClassName
{
background-color: #B653AF;
}
</style>
border-color css
<style>
span { border-color: #B653AF; }
span { border-color: rgb(182,83,175); }
td.TdClassName
{
border-color: #B653AF;
}
.TagClassName
{
border-color: #B653AF;
}
</style>