Shades of Heliotrope #BD6CF2
Tints of Heliotrope #BD6CF2
RGB
CMYK
RGB Variations
Color information
#BD6CF2 (or 0xBD6CF2) is known color: Heliotrope. HEX triplet: BD, 6C and F2. RGB value is (189,108,242). Sum of RGB (Red+Green+Blue) = 189+108+242=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CF2 is #42930D. Grayscale: #939393. Windows color (decimal): -4363022 or 15887549. OLE color: 15887549.
HSL color Cylindrical-coordinate representation of color #BD6CF2: hue angle of 276.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6CF2 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 108 | 242 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.05 |
| HSL | 276.27º | 0.84% | 0.69% | - |
| HSV(B) | 276.27º | 0.55% | 0.95% | - |
| XYZ | 42.38 | 27.95 | 87.17 | - |
| YUV | 147.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 242 | 0.22 | 0.55 | 0 | 0.05 | 276.27 | 0.84 | 0.69 |
| Hex | BD | 6C | F2 | 16 | 37 | 0 | 5 | 114 | 54 | 45 |
| Octal | 275 | 154 | 362 | 26 | 67 | 0 | 5 | 424 | 124 | 105 |
| Binary | 10111101 | 1101100 | 11110010 | 10110 | 110111 | 0 | 101 | 100010100 | 1010100 | 1000101 |
Color Harmonies of #BD6CF2
Complementary color
Monochromatic Colors of #BD6CF2
Black with #BD6CF2
Text Example
Text Example
White with #BD6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CF2; }
p { color: rgb(189,108,242); }
H1.HeaderClassName
{
color: #BD6CF2;
}
.AnyTagClassName
{
color: #BD6CF2;
}
</style>
background-color css
<style>
a { background-color: #BD6CF2; }
a { background-color: rgb(189,108,242); }
div.DivClassName
{
background-color: #BD6CF2;
}
.BgClassName
{
background-color: #BD6CF2;
}
</style>
border-color css
<style>
span { border-color: #BD6CF2; }
span { border-color: rgb(189,108,242); }
td.TdClassName
{
border-color: #BD6CF2;
}
.TagClassName
{
border-color: #BD6CF2;
}
</style>