Shades of Heliotrope #BD65FD
Tints of Heliotrope #BD65FD
RGB
CMYK
RGB Variations
Color information
#BD65FD (or 0xBD65FD) is known color: Heliotrope. HEX triplet: BD, 65 and FD. RGB value is (189,101,253). Sum of RGB (Red+Green+Blue) = 189+101+253=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65FD is #429A02. Grayscale: #909090. Windows color (decimal): -4364803 or 16606653. OLE color: 16606653.
HSL color Cylindrical-coordinate representation of color #BD65FD: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD65FD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 101 | 253 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.01 |
| HSL | 274.74º | 0.97% | 0.69% | - |
| HSV(B) | 274.74º | 0.6% | 0.99% | - |
| XYZ | 43.37 | 27.22 | 95.9 | - |
| YUV | 144.64 | 189.15 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 253 | 0.25 | 0.60 | 0 | 0.01 | 274.74 | 0.97 | 0.69 |
| Hex | BD | 65 | FD | 19 | 3C | 0 | 1 | 113 | 61 | 45 |
| Octal | 275 | 145 | 375 | 31 | 74 | 0 | 1 | 423 | 141 | 105 |
| Binary | 10111101 | 1100101 | 11111101 | 11001 | 111100 | 0 | 1 | 100010011 | 1100001 | 1000101 |
Color Harmonies of #BD65FD
Complementary color
Monochromatic Colors of #BD65FD
Black with #BD65FD
Text Example
Text Example
White with #BD65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65FD; }
p { color: rgb(189,101,253); }
H1.HeaderClassName
{
color: #BD65FD;
}
.AnyTagClassName
{
color: #BD65FD;
}
</style>
background-color css
<style>
a { background-color: #BD65FD; }
a { background-color: rgb(189,101,253); }
div.DivClassName
{
background-color: #BD65FD;
}
.BgClassName
{
background-color: #BD65FD;
}
</style>
border-color css
<style>
span { border-color: #BD65FD; }
span { border-color: rgb(189,101,253); }
td.TdClassName
{
border-color: #BD65FD;
}
.TagClassName
{
border-color: #BD65FD;
}
</style>