Shades of Heliotrope #BD63FF
Tints of Heliotrope #BD63FF
RGB
CMYK
RGB Variations
Color information
#BD63FF (or 0xBD63FF) is known color: Heliotrope. HEX triplet: BD, 63 and FF. RGB value is (189,99,255). Sum of RGB (Red+Green+Blue) = 189+99+255=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63FF is #429C00. Grayscale: #8F8F8F. Windows color (decimal): -4365313 or 16737213. OLE color: 16737213.
HSL color Cylindrical-coordinate representation of color #BD63FF: hue angle of 274.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD63FF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 99 | 255 | - |
| CMYK | 0.26 | 0.61 | 0 | 0 |
| HSL | 274.62º | 1% | 0.69% | - |
| HSV(B) | 274.62º | 0.61% | 1% | - |
| XYZ | 43.5 | 26.96 | 97.52 | - |
| YUV | 143.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 255 | 0.26 | 0.61 | 0 | 0 | 274.62 | 1 | 0.69 |
| Hex | BD | 63 | FF | 1A | 3D | 0 | 0 | 113 | 64 | 45 |
| Octal | 275 | 143 | 377 | 32 | 75 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111101 | 1100011 | 11111111 | 11010 | 111101 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BD63FF
Complementary color
Monochromatic Colors of #BD63FF
Black with #BD63FF
Text Example
Text Example
White with #BD63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63FF; }
p { color: rgb(189,99,255); }
H1.HeaderClassName
{
color: #BD63FF;
}
.AnyTagClassName
{
color: #BD63FF;
}
</style>
background-color css
<style>
a { background-color: #BD63FF; }
a { background-color: rgb(189,99,255); }
div.DivClassName
{
background-color: #BD63FF;
}
.BgClassName
{
background-color: #BD63FF;
}
</style>
border-color css
<style>
span { border-color: #BD63FF; }
span { border-color: rgb(189,99,255); }
td.TdClassName
{
border-color: #BD63FF;
}
.TagClassName
{
border-color: #BD63FF;
}
</style>