Shades of Heliotrope #BD7BFC
Tints of Heliotrope #BD7BFC
RGB
CMYK
RGB Variations
Color information
#BD7BFC (or 0xBD7BFC) is known color: Heliotrope. HEX triplet: BD, 7B and FC. RGB value is (189,123,252). Sum of RGB (Red+Green+Blue) = 189+123+252=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BFC is #428403. Grayscale: #9C9C9C. Windows color (decimal): -4359172 or 16546749. OLE color: 16546749.
HSL color Cylindrical-coordinate representation of color #BD7BFC: hue angle of 270.7º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7BFC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 123 | 252 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.01 |
| HSL | 270.7º | 0.96% | 0.74% | - |
| HSV(B) | 270.7º | 0.51% | 0.99% | - |
| XYZ | 45.64 | 32.01 | 95.87 | - |
| YUV | 157.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 252 | 0.25 | 0.51 | 0 | 0.01 | 270.7 | 0.96 | 0.74 |
| Hex | BD | 7B | FC | 19 | 33 | 0 | 1 | 10F | 60 | 4A |
| Octal | 275 | 173 | 374 | 31 | 63 | 0 | 1 | 417 | 140 | 112 |
| Binary | 10111101 | 1111011 | 11111100 | 11001 | 110011 | 0 | 1 | 100001111 | 1100000 | 1001010 |
Color Harmonies of #BD7BFC
Complementary color
Monochromatic Colors of #BD7BFC
Black with #BD7BFC
Text Example
Text Example
White with #BD7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BFC; }
p { color: rgb(189,123,252); }
H1.HeaderClassName
{
color: #BD7BFC;
}
.AnyTagClassName
{
color: #BD7BFC;
}
</style>
background-color css
<style>
a { background-color: #BD7BFC; }
a { background-color: rgb(189,123,252); }
div.DivClassName
{
background-color: #BD7BFC;
}
.BgClassName
{
background-color: #BD7BFC;
}
</style>
border-color css
<style>
span { border-color: #BD7BFC; }
span { border-color: rgb(189,123,252); }
td.TdClassName
{
border-color: #BD7BFC;
}
.TagClassName
{
border-color: #BD7BFC;
}
</style>