Shades of Heliotrope #BD7FFB
Tints of Heliotrope #BD7FFB
RGB
CMYK
RGB Variations
Color information
#BD7FFB (or 0xBD7FFB) is known color: Heliotrope. HEX triplet: BD, 7F and FB. RGB value is (189,127,251). Sum of RGB (Red+Green+Blue) = 189+127+251=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FFB is #428004. Grayscale: #9F9F9F. Windows color (decimal): -4358149 or 16482237. OLE color: 16482237.
HSL color Cylindrical-coordinate representation of color #BD7FFB: hue angle of 270º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7FFB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 127 | 251 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.02 |
| HSL | 270º | 0.94% | 0.74% | - |
| HSV(B) | 270º | 0.49% | 0.98% | - |
| XYZ | 45.99 | 32.96 | 95.21 | - |
| YUV | 159.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 251 | 0.25 | 0.49 | 0 | 0.02 | 270 | 0.94 | 0.74 |
| Hex | BD | 7F | FB | 19 | 31 | 0 | 2 | 10E | 5E | 4A |
| Octal | 275 | 177 | 373 | 31 | 61 | 0 | 2 | 416 | 136 | 112 |
| Binary | 10111101 | 1111111 | 11111011 | 11001 | 110001 | 0 | 10 | 100001110 | 1011110 | 1001010 |
Color Harmonies of #BD7FFB
Complementary color
Monochromatic Colors of #BD7FFB
Black with #BD7FFB
Text Example
Text Example
White with #BD7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FFB; }
p { color: rgb(189,127,251); }
H1.HeaderClassName
{
color: #BD7FFB;
}
.AnyTagClassName
{
color: #BD7FFB;
}
</style>
background-color css
<style>
a { background-color: #BD7FFB; }
a { background-color: rgb(189,127,251); }
div.DivClassName
{
background-color: #BD7FFB;
}
.BgClassName
{
background-color: #BD7FFB;
}
</style>
border-color css
<style>
span { border-color: #BD7FFB; }
span { border-color: rgb(189,127,251); }
td.TdClassName
{
border-color: #BD7FFB;
}
.TagClassName
{
border-color: #BD7FFB;
}
</style>