Shades of Heliotrope #BD7BFD
Tints of Heliotrope #BD7BFD
RGB
CMYK
RGB Variations
Color information
#BD7BFD (or 0xBD7BFD) is known color: Heliotrope. HEX triplet: BD, 7B and FD. RGB value is (189,123,253). Sum of RGB (Red+Green+Blue) = 189+123+253=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BFD is #428402. Grayscale: #9D9D9D. Windows color (decimal): -4359171 or 16612285. OLE color: 16612285.
HSL color Cylindrical-coordinate representation of color #BD7BFD: hue angle of 270.46º degrees, saturation: 0.97, 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 #BD7BFD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 123 | 253 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.01 |
| HSL | 270.46º | 0.97% | 0.74% | - |
| HSV(B) | 270.46º | 0.51% | 0.99% | - |
| XYZ | 45.8 | 32.08 | 96.71 | - |
| YUV | 157.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 253 | 0.25 | 0.51 | 0 | 0.01 | 270.46 | 0.97 | 0.74 |
| Hex | BD | 7B | FD | 19 | 33 | 0 | 1 | 10E | 61 | 4A |
| Octal | 275 | 173 | 375 | 31 | 63 | 0 | 1 | 416 | 141 | 112 |
| Binary | 10111101 | 1111011 | 11111101 | 11001 | 110011 | 0 | 1 | 100001110 | 1100001 | 1001010 |
Color Harmonies of #BD7BFD
Complementary color
Monochromatic Colors of #BD7BFD
Black with #BD7BFD
Text Example
Text Example
White with #BD7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BFD; }
p { color: rgb(189,123,253); }
H1.HeaderClassName
{
color: #BD7BFD;
}
.AnyTagClassName
{
color: #BD7BFD;
}
</style>
background-color css
<style>
a { background-color: #BD7BFD; }
a { background-color: rgb(189,123,253); }
div.DivClassName
{
background-color: #BD7BFD;
}
.BgClassName
{
background-color: #BD7BFD;
}
</style>
border-color css
<style>
span { border-color: #BD7BFD; }
span { border-color: rgb(189,123,253); }
td.TdClassName
{
border-color: #BD7BFD;
}
.TagClassName
{
border-color: #BD7BFD;
}
</style>