Shades of Heliotrope #BD74FF
Tints of Heliotrope #BD74FF
RGB
CMYK
RGB Variations
Color information
#BD74FF (or 0xBD74FF) is known color: Heliotrope. HEX triplet: BD, 74 and FF. RGB value is (189,116,255). Sum of RGB (Red+Green+Blue) = 189+116+255=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74FF is #428B00. Grayscale: #999999. Windows color (decimal): -4360961 or 16741565. OLE color: 16741565.
HSL color Cylindrical-coordinate representation of color #BD74FF: hue angle of 271.51º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD74FF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 116 | 255 | - |
| CMYK | 0.26 | 0.55 | 0 | 0 |
| HSL | 271.51º | 1% | 0.73% | - |
| HSV(B) | 271.51º | 0.55% | 1% | - |
| XYZ | 45.28 | 30.53 | 98.11 | - |
| YUV | 153.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 255 | 0.26 | 0.55 | 0 | 0 | 271.51 | 1 | 0.73 |
| Hex | BD | 74 | FF | 1A | 37 | 0 | 0 | 110 | 64 | 49 |
| Octal | 275 | 164 | 377 | 32 | 67 | 0 | 0 | 420 | 144 | 111 |
| Binary | 10111101 | 1110100 | 11111111 | 11010 | 110111 | 0 | 0 | 100010000 | 1100100 | 1001001 |
Color Harmonies of #BD74FF
Complementary color
Monochromatic Colors of #BD74FF
Black with #BD74FF
Text Example
Text Example
White with #BD74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74FF; }
p { color: rgb(189,116,255); }
H1.HeaderClassName
{
color: #BD74FF;
}
.AnyTagClassName
{
color: #BD74FF;
}
</style>
background-color css
<style>
a { background-color: #BD74FF; }
a { background-color: rgb(189,116,255); }
div.DivClassName
{
background-color: #BD74FF;
}
.BgClassName
{
background-color: #BD74FF;
}
</style>
border-color css
<style>
span { border-color: #BD74FF; }
span { border-color: rgb(189,116,255); }
td.TdClassName
{
border-color: #BD74FF;
}
.TagClassName
{
border-color: #BD74FF;
}
</style>