Shades of Fuchsia #BD62A8
Tints of Fuchsia #BD62A8
RGB
CMYK
RGB Variations
Color information
#BD62A8 (or 0xBD62A8) is known color: Fuchsia. HEX triplet: BD, 62 and A8. RGB value is (189,98,168). Sum of RGB (Red+Green+Blue) = 189+98+168=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD62A8 is #429D57. Grayscale: #858585. Windows color (decimal): -4365656 or 11035325. OLE color: 11035325.
HSL color Cylindrical-coordinate representation of color #BD62A8: hue angle of 313.85º 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 #BD62A8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 168 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.26 |
| HSL | 313.85º | 0.41% | 0.56% | - |
| HSV(B) | 313.85º | 0.48% | 0.74% | - |
| XYZ | 32.42 | 22.38 | 39.66 | - |
| YUV | 133.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 168 | 0 | 0.48 | 0.11 | 0.26 | 313.85 | 0.41 | 0.56 |
| Hex | BD | 62 | A8 | 0 | 30 | B | 1A | 13A | 29 | 38 |
| Octal | 275 | 142 | 250 | 0 | 60 | 13 | 32 | 472 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10101000 | 0 | 110000 | 1011 | 11010 | 100111010 | 101001 | 111000 |
Color Harmonies of #BD62A8
Complementary color
Monochromatic Colors of #BD62A8
Black with #BD62A8
Text Example
Text Example
White with #BD62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62A8; }
p { color: rgb(189,98,168); }
H1.HeaderClassName
{
color: #BD62A8;
}
.AnyTagClassName
{
color: #BD62A8;
}
</style>
background-color css
<style>
a { background-color: #BD62A8; }
a { background-color: rgb(189,98,168); }
div.DivClassName
{
background-color: #BD62A8;
}
.BgClassName
{
background-color: #BD62A8;
}
</style>
border-color css
<style>
span { border-color: #BD62A8; }
span { border-color: rgb(189,98,168); }
td.TdClassName
{
border-color: #BD62A8;
}
.TagClassName
{
border-color: #BD62A8;
}
</style>