Shades of Heliotrope #BD65FA
Tints of Heliotrope #BD65FA
RGB
CMYK
RGB Variations
Color information
#BD65FA (or 0xBD65FA) is known color: Heliotrope. HEX triplet: BD, 65 and FA. RGB value is (189,101,250). Sum of RGB (Red+Green+Blue) = 189+101+250=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65FA is #429A05. Grayscale: #8F8F8F. Windows color (decimal): -4364806 or 16410045. OLE color: 16410045.
HSL color Cylindrical-coordinate representation of color #BD65FA: hue angle of 275.44º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD65FA is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 101 | 250 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.02 |
| HSL | 275.44º | 0.94% | 0.69% | - |
| HSV(B) | 275.44º | 0.6% | 0.98% | - |
| XYZ | 42.9 | 27.03 | 93.4 | - |
| YUV | 144.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 250 | 0.24 | 0.60 | 0 | 0.02 | 275.44 | 0.94 | 0.69 |
| Hex | BD | 65 | FA | 18 | 3C | 0 | 2 | 113 | 5E | 45 |
| Octal | 275 | 145 | 372 | 30 | 74 | 0 | 2 | 423 | 136 | 105 |
| Binary | 10111101 | 1100101 | 11111010 | 11000 | 111100 | 0 | 10 | 100010011 | 1011110 | 1000101 |
Color Harmonies of #BD65FA
Complementary color
Monochromatic Colors of #BD65FA
Black with #BD65FA
Text Example
Text Example
White with #BD65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65FA; }
p { color: rgb(189,101,250); }
H1.HeaderClassName
{
color: #BD65FA;
}
.AnyTagClassName
{
color: #BD65FA;
}
</style>
background-color css
<style>
a { background-color: #BD65FA; }
a { background-color: rgb(189,101,250); }
div.DivClassName
{
background-color: #BD65FA;
}
.BgClassName
{
background-color: #BD65FA;
}
</style>
border-color css
<style>
span { border-color: #BD65FA; }
span { border-color: rgb(189,101,250); }
td.TdClassName
{
border-color: #BD65FA;
}
.TagClassName
{
border-color: #BD65FA;
}
</style>