Shades of Fuchsia #BD62BF
Tints of Fuchsia #BD62BF
RGB
CMYK
RGB Variations
Color information
#BD62BF (or 0xBD62BF) is known color: Fuchsia. HEX triplet: BD, 62 and BF. RGB value is (189,98,191). Sum of RGB (Red+Green+Blue) = 189+98+191=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD62BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62BF is #429D40. Grayscale: #878787. Windows color (decimal): -4365633 or 12542653. OLE color: 12542653.
HSL color Cylindrical-coordinate representation of color #BD62BF: hue angle of 298.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD62BF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 98 | 191 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.25 |
| HSL | 298.71º | 0.42% | 0.57% | - |
| HSV(B) | 298.71º | 0.49% | 0.75% | - |
| XYZ | 34.76 | 23.32 | 51.96 | - |
| YUV | 135.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 191 | 0.01 | 0.49 | 0 | 0.25 | 298.71 | 0.42 | 0.57 |
| Hex | BD | 62 | BF | 1 | 31 | 0 | 19 | 12B | 2A | 39 |
| Octal | 275 | 142 | 277 | 1 | 61 | 0 | 31 | 453 | 52 | 71 |
| Binary | 10111101 | 1100010 | 10111111 | 1 | 110001 | 0 | 11001 | 100101011 | 101010 | 111001 |
Color Harmonies of #BD62BF
Complementary color
Monochromatic Colors of #BD62BF
Black with #BD62BF
Text Example
Text Example
White with #BD62BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62BF; }
p { color: rgb(189,98,191); }
H1.HeaderClassName
{
color: #BD62BF;
}
.AnyTagClassName
{
color: #BD62BF;
}
</style>
background-color css
<style>
a { background-color: #BD62BF; }
a { background-color: rgb(189,98,191); }
div.DivClassName
{
background-color: #BD62BF;
}
.BgClassName
{
background-color: #BD62BF;
}
</style>
border-color css
<style>
span { border-color: #BD62BF; }
span { border-color: rgb(189,98,191); }
td.TdClassName
{
border-color: #BD62BF;
}
.TagClassName
{
border-color: #BD62BF;
}
</style>