Shades of Heliotrope #BD77F2
Tints of Heliotrope #BD77F2
RGB
CMYK
RGB Variations
Color information
#BD77F2 (or 0xBD77F2) is known color: Heliotrope. HEX triplet: BD, 77 and F2. RGB value is (189,119,242). Sum of RGB (Red+Green+Blue) = 189+119+242=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD77F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77F2 is #42880D. Grayscale: #999999. Windows color (decimal): -4360206 or 15890365. OLE color: 15890365.
HSL color Cylindrical-coordinate representation of color #BD77F2: hue angle of 274.15º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD77F2 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 119 | 242 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.05 |
| HSL | 274.15º | 0.83% | 0.71% | - |
| HSV(B) | 274.15º | 0.51% | 0.95% | - |
| XYZ | 43.61 | 30.42 | 87.58 | - |
| YUV | 153.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 242 | 0.22 | 0.51 | 0 | 0.05 | 274.15 | 0.83 | 0.71 |
| Hex | BD | 77 | F2 | 16 | 33 | 0 | 5 | 112 | 53 | 47 |
| Octal | 275 | 167 | 362 | 26 | 63 | 0 | 5 | 422 | 123 | 107 |
| Binary | 10111101 | 1110111 | 11110010 | 10110 | 110011 | 0 | 101 | 100010010 | 1010011 | 1000111 |
Color Harmonies of #BD77F2
Complementary color
Monochromatic Colors of #BD77F2
Black with #BD77F2
Text Example
Text Example
White with #BD77F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77F2; }
p { color: rgb(189,119,242); }
H1.HeaderClassName
{
color: #BD77F2;
}
.AnyTagClassName
{
color: #BD77F2;
}
</style>
background-color css
<style>
a { background-color: #BD77F2; }
a { background-color: rgb(189,119,242); }
div.DivClassName
{
background-color: #BD77F2;
}
.BgClassName
{
background-color: #BD77F2;
}
</style>
border-color css
<style>
span { border-color: #BD77F2; }
span { border-color: rgb(189,119,242); }
td.TdClassName
{
border-color: #BD77F2;
}
.TagClassName
{
border-color: #BD77F2;
}
</style>