Shades of Heliotrope #B95CFF
Tints of Heliotrope #B95CFF
RGB
CMYK
RGB Variations
Color information
#B95CFF (or 0xB95CFF) is known color: Heliotrope. HEX triplet: B9, 5C and FF. RGB value is (185,92,255). Sum of RGB (Red+Green+Blue) = 185+92+255=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 92 (36.33% from 255 or 17.29% 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 #B95CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CFF is #46A300. Grayscale: #898989. Windows color (decimal): -4629249 or 16735417. OLE color: 16735417.
HSL color Cylindrical-coordinate representation of color #B95CFF: hue angle of 274.23º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95CFF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 92 | 255 | - |
| CMYK | 0.27 | 0.64 | 0 | 0 |
| HSL | 274.23º | 1% | 0.68% | - |
| HSV(B) | 274.23º | 0.64% | 1% | - |
| XYZ | 41.88 | 25.19 | 97.26 | - |
| YUV | 138.39 | 193.81 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 255 | 0.27 | 0.64 | 0 | 0 | 274.23 | 1 | 0.68 |
| Hex | B9 | 5C | FF | 1B | 40 | 0 | 0 | 112 | 64 | 44 |
| Octal | 271 | 134 | 377 | 33 | 100 | 0 | 0 | 422 | 144 | 104 |
| Binary | 10111001 | 1011100 | 11111111 | 11011 | 1000000 | 0 | 0 | 100010010 | 1100100 | 1000100 |
Color Harmonies of #B95CFF
Complementary color
Monochromatic Colors of #B95CFF
Black with #B95CFF
Text Example
Text Example
White with #B95CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CFF; }
p { color: rgb(185,92,255); }
H1.HeaderClassName
{
color: #B95CFF;
}
.AnyTagClassName
{
color: #B95CFF;
}
</style>
background-color css
<style>
a { background-color: #B95CFF; }
a { background-color: rgb(185,92,255); }
div.DivClassName
{
background-color: #B95CFF;
}
.BgClassName
{
background-color: #B95CFF;
}
</style>
border-color css
<style>
span { border-color: #B95CFF; }
span { border-color: rgb(185,92,255); }
td.TdClassName
{
border-color: #B95CFF;
}
.TagClassName
{
border-color: #B95CFF;
}
</style>