Shades of Heliotrope #BD69F2
Tints of Heliotrope #BD69F2
RGB
CMYK
RGB Variations
Color information
#BD69F2 (or 0xBD69F2) is known color: Heliotrope. HEX triplet: BD, 69 and F2. RGB value is (189,105,242). Sum of RGB (Red+Green+Blue) = 189+105+242=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69F2 is #42960D. Grayscale: #919191. Windows color (decimal): -4363790 or 15886781. OLE color: 15886781.
HSL color Cylindrical-coordinate representation of color #BD69F2: hue angle of 276.79º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD69F2 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 105 | 242 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.05 |
| HSL | 276.79º | 0.84% | 0.68% | - |
| HSV(B) | 276.79º | 0.57% | 0.95% | - |
| XYZ | 42.06 | 27.33 | 87.06 | - |
| YUV | 145.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 242 | 0.22 | 0.57 | 0 | 0.05 | 276.79 | 0.84 | 0.68 |
| Hex | BD | 69 | F2 | 16 | 39 | 0 | 5 | 115 | 54 | 44 |
| Octal | 275 | 151 | 362 | 26 | 71 | 0 | 5 | 425 | 124 | 104 |
| Binary | 10111101 | 1101001 | 11110010 | 10110 | 111001 | 0 | 101 | 100010101 | 1010100 | 1000100 |
Color Harmonies of #BD69F2
Complementary color
Monochromatic Colors of #BD69F2
Black with #BD69F2
Text Example
Text Example
White with #BD69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69F2; }
p { color: rgb(189,105,242); }
H1.HeaderClassName
{
color: #BD69F2;
}
.AnyTagClassName
{
color: #BD69F2;
}
</style>
background-color css
<style>
a { background-color: #BD69F2; }
a { background-color: rgb(189,105,242); }
div.DivClassName
{
background-color: #BD69F2;
}
.BgClassName
{
background-color: #BD69F2;
}
</style>
border-color css
<style>
span { border-color: #BD69F2; }
span { border-color: rgb(189,105,242); }
td.TdClassName
{
border-color: #BD69F2;
}
.TagClassName
{
border-color: #BD69F2;
}
</style>