Shades of Heliotrope #BD63FC
Tints of Heliotrope #BD63FC
RGB
CMYK
RGB Variations
Color information
#BD63FC (or 0xBD63FC) is known color: Heliotrope. HEX triplet: BD, 63 and FC. RGB value is (189,99,252). Sum of RGB (Red+Green+Blue) = 189+99+252=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63FC is #429C03. Grayscale: #8E8E8E. Windows color (decimal): -4365316 or 16540605. OLE color: 16540605.
HSL color Cylindrical-coordinate representation of color #BD63FC: hue angle of 275.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD63FC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 99 | 252 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.01 |
| HSL | 275.29º | 0.96% | 0.69% | - |
| HSV(B) | 275.29º | 0.61% | 0.99% | - |
| XYZ | 43.02 | 26.77 | 95 | - |
| YUV | 143.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 252 | 0.25 | 0.61 | 0 | 0.01 | 275.29 | 0.96 | 0.69 |
| Hex | BD | 63 | FC | 19 | 3D | 0 | 1 | 113 | 60 | 45 |
| Octal | 275 | 143 | 374 | 31 | 75 | 0 | 1 | 423 | 140 | 105 |
| Binary | 10111101 | 1100011 | 11111100 | 11001 | 111101 | 0 | 1 | 100010011 | 1100000 | 1000101 |
Color Harmonies of #BD63FC
Complementary color
Monochromatic Colors of #BD63FC
Black with #BD63FC
Text Example
Text Example
White with #BD63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63FC; }
p { color: rgb(189,99,252); }
H1.HeaderClassName
{
color: #BD63FC;
}
.AnyTagClassName
{
color: #BD63FC;
}
</style>
background-color css
<style>
a { background-color: #BD63FC; }
a { background-color: rgb(189,99,252); }
div.DivClassName
{
background-color: #BD63FC;
}
.BgClassName
{
background-color: #BD63FC;
}
</style>
border-color css
<style>
span { border-color: #BD63FC; }
span { border-color: rgb(189,99,252); }
td.TdClassName
{
border-color: #BD63FC;
}
.TagClassName
{
border-color: #BD63FC;
}
</style>