Shades of Fuchsia #B153BD
Tints of Fuchsia #B153BD
RGB
CMYK
RGB Variations
Color information
#B153BD (or 0xB153BD) is known color: Fuchsia. HEX triplet: B1, 53 and BD. RGB value is (177,83,189). Sum of RGB (Red+Green+Blue) = 177+83+189=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #B153BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153BD is #4EAC42. Grayscale: #7A7A7A. Windows color (decimal): -5155907 or 12407729. OLE color: 12407729.
HSL color Cylindrical-coordinate representation of color #B153BD: hue angle of 293.21º 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 #B153BD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 83 | 189 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.26 |
| HSL | 293.21º | 0.45% | 0.53% | - |
| HSV(B) | 293.21º | 0.56% | 0.74% | - |
| XYZ | 30.41 | 19.21 | 50.25 | - |
| YUV | 123.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 189 | 0.06 | 0.56 | 0 | 0.26 | 293.21 | 0.45 | 0.53 |
| Hex | B1 | 53 | BD | 6 | 38 | 0 | 1A | 125 | 2D | 35 |
| Octal | 261 | 123 | 275 | 6 | 70 | 0 | 32 | 445 | 55 | 65 |
| Binary | 10110001 | 1010011 | 10111101 | 110 | 111000 | 0 | 11010 | 100100101 | 101101 | 110101 |
Color Harmonies of #B153BD
Complementary color
Monochromatic Colors of #B153BD
Black with #B153BD
Text Example
Text Example
White with #B153BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153BD; }
p { color: rgb(177,83,189); }
H1.HeaderClassName
{
color: #B153BD;
}
.AnyTagClassName
{
color: #B153BD;
}
</style>
background-color css
<style>
a { background-color: #B153BD; }
a { background-color: rgb(177,83,189); }
div.DivClassName
{
background-color: #B153BD;
}
.BgClassName
{
background-color: #B153BD;
}
</style>
border-color css
<style>
span { border-color: #B153BD; }
span { border-color: rgb(177,83,189); }
td.TdClassName
{
border-color: #B153BD;
}
.TagClassName
{
border-color: #B153BD;
}
</style>