Shades of Fuchsia #B653BD
Tints of Fuchsia #B653BD
RGB
CMYK
RGB Variations
Color information
#B653BD (or 0xB653BD) is known color: Fuchsia. HEX triplet: B6, 53 and BD. RGB value is (182,83,189). Sum of RGB (Red+Green+Blue) = 182+83+189=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #B653BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653BD is #49AC42. Grayscale: #7C7C7C. Windows color (decimal): -4828227 or 12407734. OLE color: 12407734.
HSL color Cylindrical-coordinate representation of color #B653BD: hue angle of 296.04º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B653BD is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 83 | 189 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.26 |
| HSL | 296.04º | 0.45% | 0.53% | - |
| HSV(B) | 296.04º | 0.56% | 0.74% | - |
| XYZ | 31.57 | 19.81 | 50.3 | - |
| YUV | 124.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 189 | 0.04 | 0.56 | 0 | 0.26 | 296.04 | 0.45 | 0.53 |
| Hex | B6 | 53 | BD | 4 | 38 | 0 | 1A | 128 | 2D | 35 |
| Octal | 266 | 123 | 275 | 4 | 70 | 0 | 32 | 450 | 55 | 65 |
| Binary | 10110110 | 1010011 | 10111101 | 100 | 111000 | 0 | 11010 | 100101000 | 101101 | 110101 |
Color Harmonies of #B653BD
Complementary color
Monochromatic Colors of #B653BD
Black with #B653BD
Text Example
Text Example
White with #B653BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653BD; }
p { color: rgb(182,83,189); }
H1.HeaderClassName
{
color: #B653BD;
}
.AnyTagClassName
{
color: #B653BD;
}
</style>
background-color css
<style>
a { background-color: #B653BD; }
a { background-color: rgb(182,83,189); }
div.DivClassName
{
background-color: #B653BD;
}
.BgClassName
{
background-color: #B653BD;
}
</style>
border-color css
<style>
span { border-color: #B653BD; }
span { border-color: rgb(182,83,189); }
td.TdClassName
{
border-color: #B653BD;
}
.TagClassName
{
border-color: #B653BD;
}
</style>