Shades of Heliotrope #B75EFF
Tints of Heliotrope #B75EFF
RGB
CMYK
RGB Variations
Color information
#B75EFF (or 0xB75EFF) is known color: Heliotrope. HEX triplet: B7, 5E and FF. RGB value is (183,94,255). Sum of RGB (Red+Green+Blue) = 183+94+255=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B75EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EFF is #48A100. Grayscale: #8A8A8A. Windows color (decimal): -4759809 or 16735927. OLE color: 16735927.
HSL color Cylindrical-coordinate representation of color #B75EFF: hue angle of 273.17º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75EFF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 94 | 255 | - |
| CMYK | 0.28 | 0.63 | 0 | 0 |
| HSL | 273.17º | 1% | 0.68% | - |
| HSV(B) | 273.17º | 0.63% | 1% | - |
| XYZ | 41.58 | 25.29 | 97.3 | - |
| YUV | 138.97 | 193.49 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 255 | 0.28 | 0.63 | 0 | 0 | 273.17 | 1 | 0.68 |
| Hex | B7 | 5E | FF | 1C | 3F | 0 | 0 | 111 | 64 | 44 |
| Octal | 267 | 136 | 377 | 34 | 77 | 0 | 0 | 421 | 144 | 104 |
| Binary | 10110111 | 1011110 | 11111111 | 11100 | 111111 | 0 | 0 | 100010001 | 1100100 | 1000100 |
Color Harmonies of #B75EFF
Complementary color
Monochromatic Colors of #B75EFF
Black with #B75EFF
Text Example
Text Example
White with #B75EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75EFF; }
p { color: rgb(183,94,255); }
H1.HeaderClassName
{
color: #B75EFF;
}
.AnyTagClassName
{
color: #B75EFF;
}
</style>
background-color css
<style>
a { background-color: #B75EFF; }
a { background-color: rgb(183,94,255); }
div.DivClassName
{
background-color: #B75EFF;
}
.BgClassName
{
background-color: #B75EFF;
}
</style>
border-color css
<style>
span { border-color: #B75EFF; }
span { border-color: rgb(183,94,255); }
td.TdClassName
{
border-color: #B75EFF;
}
.TagClassName
{
border-color: #B75EFF;
}
</style>