Shades of Fuchsia #BD62B6
Tints of Fuchsia #BD62B6
RGB
CMYK
RGB Variations
Color information
#BD62B6 (or 0xBD62B6) is known color: Fuchsia. HEX triplet: BD, 62 and B6. RGB value is (189,98,182). Sum of RGB (Red+Green+Blue) = 189+98+182=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62B6 is #429D49. Grayscale: #868686. Windows color (decimal): -4365642 or 11952829. OLE color: 11952829.
HSL color Cylindrical-coordinate representation of color #BD62B6: hue angle of 304.62º 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 #BD62B6 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 182 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.26 |
| HSL | 304.62º | 0.41% | 0.56% | - |
| HSV(B) | 304.62º | 0.48% | 0.74% | - |
| XYZ | 33.8 | 22.93 | 46.9 | - |
| YUV | 134.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 182 | 0 | 0.48 | 0.04 | 0.26 | 304.62 | 0.41 | 0.56 |
| Hex | BD | 62 | B6 | 0 | 30 | 4 | 1A | 131 | 29 | 38 |
| Octal | 275 | 142 | 266 | 0 | 60 | 4 | 32 | 461 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10110110 | 0 | 110000 | 100 | 11010 | 100110001 | 101001 | 111000 |
Color Harmonies of #BD62B6
Complementary color
Monochromatic Colors of #BD62B6
Black with #BD62B6
Text Example
Text Example
White with #BD62B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62B6; }
p { color: rgb(189,98,182); }
H1.HeaderClassName
{
color: #BD62B6;
}
.AnyTagClassName
{
color: #BD62B6;
}
</style>
background-color css
<style>
a { background-color: #BD62B6; }
a { background-color: rgb(189,98,182); }
div.DivClassName
{
background-color: #BD62B6;
}
.BgClassName
{
background-color: #BD62B6;
}
</style>
border-color css
<style>
span { border-color: #BD62B6; }
span { border-color: rgb(189,98,182); }
td.TdClassName
{
border-color: #BD62B6;
}
.TagClassName
{
border-color: #BD62B6;
}
</style>