Shades of Fuchsia #BD62B0
Tints of Fuchsia #BD62B0
RGB
CMYK
RGB Variations
Color information
#BD62B0 (or 0xBD62B0) is known color: Fuchsia. HEX triplet: BD, 62 and B0. RGB value is (189,98,176). Sum of RGB (Red+Green+Blue) = 189+98+176=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD62B0 is #429D4F. Grayscale: #858585. Windows color (decimal): -4365648 or 11559613. OLE color: 11559613.
HSL color Cylindrical-coordinate representation of color #BD62B0: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD62B0 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 176 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.26 |
| HSL | 308.57º | 0.41% | 0.56% | - |
| HSV(B) | 308.57º | 0.48% | 0.74% | - |
| XYZ | 33.19 | 22.69 | 43.7 | - |
| YUV | 134.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 176 | 0 | 0.48 | 0.07 | 0.26 | 308.57 | 0.41 | 0.56 |
| Hex | BD | 62 | B0 | 0 | 30 | 7 | 1A | 135 | 29 | 38 |
| Octal | 275 | 142 | 260 | 0 | 60 | 7 | 32 | 465 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10110000 | 0 | 110000 | 111 | 11010 | 100110101 | 101001 | 111000 |
Color Harmonies of #BD62B0
Complementary color
Monochromatic Colors of #BD62B0
Black with #BD62B0
Text Example
Text Example
White with #BD62B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62B0; }
p { color: rgb(189,98,176); }
H1.HeaderClassName
{
color: #BD62B0;
}
.AnyTagClassName
{
color: #BD62B0;
}
</style>
background-color css
<style>
a { background-color: #BD62B0; }
a { background-color: rgb(189,98,176); }
div.DivClassName
{
background-color: #BD62B0;
}
.BgClassName
{
background-color: #BD62B0;
}
</style>
border-color css
<style>
span { border-color: #BD62B0; }
span { border-color: rgb(189,98,176); }
td.TdClassName
{
border-color: #BD62B0;
}
.TagClassName
{
border-color: #BD62B0;
}
</style>