Shades of Heliotrope #BD62FF
Tints of Heliotrope #BD62FF
RGB
CMYK
RGB Variations
Color information
#BD62FF (or 0xBD62FF) is known color: Heliotrope. HEX triplet: BD, 62 and FF. RGB value is (189,98,255). Sum of RGB (Red+Green+Blue) = 189+98+255=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62FF is #429D00. Grayscale: #8E8E8E. Windows color (decimal): -4365569 or 16736957. OLE color: 16736957.
HSL color Cylindrical-coordinate representation of color #BD62FF: hue angle of 274.78º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD62FF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 98 | 255 | - |
| CMYK | 0.26 | 0.62 | 0 | 0 |
| HSL | 274.78º | 1% | 0.69% | - |
| HSV(B) | 274.78º | 0.62% | 1% | - |
| XYZ | 43.4 | 26.77 | 97.49 | - |
| YUV | 143.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 255 | 0.26 | 0.62 | 0 | 0 | 274.78 | 1 | 0.69 |
| Hex | BD | 62 | FF | 1A | 3E | 0 | 0 | 113 | 64 | 45 |
| Octal | 275 | 142 | 377 | 32 | 76 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111101 | 1100010 | 11111111 | 11010 | 111110 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BD62FF
Complementary color
Monochromatic Colors of #BD62FF
Black with #BD62FF
Text Example
Text Example
White with #BD62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62FF; }
p { color: rgb(189,98,255); }
H1.HeaderClassName
{
color: #BD62FF;
}
.AnyTagClassName
{
color: #BD62FF;
}
</style>
background-color css
<style>
a { background-color: #BD62FF; }
a { background-color: rgb(189,98,255); }
div.DivClassName
{
background-color: #BD62FF;
}
.BgClassName
{
background-color: #BD62FF;
}
</style>
border-color css
<style>
span { border-color: #BD62FF; }
span { border-color: rgb(189,98,255); }
td.TdClassName
{
border-color: #BD62FF;
}
.TagClassName
{
border-color: #BD62FF;
}
</style>