Shades of Heliotrope #BD78FF
Tints of Heliotrope #BD78FF
RGB
CMYK
RGB Variations
Color information
#BD78FF (or 0xBD78FF) is known color: Heliotrope. HEX triplet: BD, 78 and FF. RGB value is (189,120,255). Sum of RGB (Red+Green+Blue) = 189+120+255=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78FF is #428700. Grayscale: #9B9B9B. Windows color (decimal): -4359937 or 16742589. OLE color: 16742589.
HSL color Cylindrical-coordinate representation of color #BD78FF: hue angle of 270.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD78FF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 120 | 255 | - |
| CMYK | 0.26 | 0.53 | 0 | 0 |
| HSL | 270.67º | 1% | 0.74% | - |
| HSV(B) | 270.67º | 0.53% | 1% | - |
| XYZ | 45.75 | 31.47 | 98.27 | - |
| YUV | 156.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 255 | 0.26 | 0.53 | 0 | 0 | 270.67 | 1 | 0.74 |
| Hex | BD | 78 | FF | 1A | 35 | 0 | 0 | 10F | 64 | 4A |
| Octal | 275 | 170 | 377 | 32 | 65 | 0 | 0 | 417 | 144 | 112 |
| Binary | 10111101 | 1111000 | 11111111 | 11010 | 110101 | 0 | 0 | 100001111 | 1100100 | 1001010 |
Color Harmonies of #BD78FF
Complementary color
Monochromatic Colors of #BD78FF
Black with #BD78FF
Text Example
Text Example
White with #BD78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78FF; }
p { color: rgb(189,120,255); }
H1.HeaderClassName
{
color: #BD78FF;
}
.AnyTagClassName
{
color: #BD78FF;
}
</style>
background-color css
<style>
a { background-color: #BD78FF; }
a { background-color: rgb(189,120,255); }
div.DivClassName
{
background-color: #BD78FF;
}
.BgClassName
{
background-color: #BD78FF;
}
</style>
border-color css
<style>
span { border-color: #BD78FF; }
span { border-color: rgb(189,120,255); }
td.TdClassName
{
border-color: #BD78FF;
}
.TagClassName
{
border-color: #BD78FF;
}
</style>