Shades of Heliotrope #BD7BFF
Tints of Heliotrope #BD7BFF
RGB
CMYK
RGB Variations
Color information
#BD7BFF (or 0xBD7BFF) is known color: Heliotrope. HEX triplet: BD, 7B and FF. RGB value is (189,123,255). Sum of RGB (Red+Green+Blue) = 189+123+255=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BFF is #428400. Grayscale: #9D9D9D. Windows color (decimal): -4359169 or 16743357. OLE color: 16743357.
HSL color Cylindrical-coordinate representation of color #BD7BFF: hue angle of 270º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD7BFF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 123 | 255 | - |
| CMYK | 0.26 | 0.52 | 0 | 0 |
| HSL | 270º | 1% | 0.74% | - |
| HSV(B) | 270º | 0.52% | 1% | - |
| XYZ | 46.12 | 32.2 | 98.39 | - |
| YUV | 157.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 255 | 0.26 | 0.52 | 0 | 0 | 270 | 1 | 0.74 |
| Hex | BD | 7B | FF | 1A | 34 | 0 | 0 | 10E | 64 | 4A |
| Octal | 275 | 173 | 377 | 32 | 64 | 0 | 0 | 416 | 144 | 112 |
| Binary | 10111101 | 1111011 | 11111111 | 11010 | 110100 | 0 | 0 | 100001110 | 1100100 | 1001010 |
Color Harmonies of #BD7BFF
Complementary color
Monochromatic Colors of #BD7BFF
Black with #BD7BFF
Text Example
Text Example
White with #BD7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BFF; }
p { color: rgb(189,123,255); }
H1.HeaderClassName
{
color: #BD7BFF;
}
.AnyTagClassName
{
color: #BD7BFF;
}
</style>
background-color css
<style>
a { background-color: #BD7BFF; }
a { background-color: rgb(189,123,255); }
div.DivClassName
{
background-color: #BD7BFF;
}
.BgClassName
{
background-color: #BD7BFF;
}
</style>
border-color css
<style>
span { border-color: #BD7BFF; }
span { border-color: rgb(189,123,255); }
td.TdClassName
{
border-color: #BD7BFF;
}
.TagClassName
{
border-color: #BD7BFF;
}
</style>