Shades of Heliotrope #B95FFF
Tints of Heliotrope #B95FFF
RGB
CMYK
RGB Variations
Color information
#B95FFF (or 0xB95FFF) is known color: Heliotrope. HEX triplet: B9, 5F and FF. RGB value is (185,95,255). Sum of RGB (Red+Green+Blue) = 185+95+255=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B95FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95FFF is #46A000. Grayscale: #8B8B8B. Windows color (decimal): -4628481 or 16736185. OLE color: 16736185.
HSL color Cylindrical-coordinate representation of color #B95FFF: hue angle of 273.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95FFF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 95 | 255 | - |
| CMYK | 0.27 | 0.63 | 0 | 0 |
| HSL | 273.75º | 1% | 0.69% | - |
| HSV(B) | 273.75º | 0.63% | 1% | - |
| XYZ | 42.15 | 25.72 | 97.35 | - |
| YUV | 140.15 | 192.82 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 255 | 0.27 | 0.63 | 0 | 0 | 273.75 | 1 | 0.69 |
| Hex | B9 | 5F | FF | 1B | 3F | 0 | 0 | 112 | 64 | 45 |
| Octal | 271 | 137 | 377 | 33 | 77 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111001 | 1011111 | 11111111 | 11011 | 111111 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #B95FFF
Complementary color
Monochromatic Colors of #B95FFF
Black with #B95FFF
Text Example
Text Example
White with #B95FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FFF; }
p { color: rgb(185,95,255); }
H1.HeaderClassName
{
color: #B95FFF;
}
.AnyTagClassName
{
color: #B95FFF;
}
</style>
background-color css
<style>
a { background-color: #B95FFF; }
a { background-color: rgb(185,95,255); }
div.DivClassName
{
background-color: #B95FFF;
}
.BgClassName
{
background-color: #B95FFF;
}
</style>
border-color css
<style>
span { border-color: #B95FFF; }
span { border-color: rgb(185,95,255); }
td.TdClassName
{
border-color: #B95FFF;
}
.TagClassName
{
border-color: #B95FFF;
}
</style>