Shades of Heliotrope #B55FFF
Tints of Heliotrope #B55FFF
RGB
CMYK
RGB Variations
Color information
#B55FFF (or 0xB55FFF) is known color: Heliotrope. HEX triplet: B5, 5F and FF. RGB value is (181,95,255). Sum of RGB (Red+Green+Blue) = 181+95+255=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B55FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FFF is #4AA000. Grayscale: #8A8A8A. Windows color (decimal): -4890625 or 16736181. OLE color: 16736181.
HSL color Cylindrical-coordinate representation of color #B55FFF: hue angle of 272.25º 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 #B55FFF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 95 | 255 | - |
| CMYK | 0.29 | 0.63 | 0 | 0 |
| HSL | 272.25º | 1% | 0.69% | - |
| HSV(B) | 272.25º | 0.63% | 1% | - |
| XYZ | 41.2 | 25.23 | 97.31 | - |
| YUV | 138.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 255 | 0.29 | 0.63 | 0 | 0 | 272.25 | 1 | 0.69 |
| Hex | B5 | 5F | FF | 1D | 3F | 0 | 0 | 110 | 64 | 45 |
| Octal | 265 | 137 | 377 | 35 | 77 | 0 | 0 | 420 | 144 | 105 |
| Binary | 10110101 | 1011111 | 11111111 | 11101 | 111111 | 0 | 0 | 100010000 | 1100100 | 1000101 |
Color Harmonies of #B55FFF
Complementary color
Monochromatic Colors of #B55FFF
Black with #B55FFF
Text Example
Text Example
White with #B55FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FFF; }
p { color: rgb(181,95,255); }
H1.HeaderClassName
{
color: #B55FFF;
}
.AnyTagClassName
{
color: #B55FFF;
}
</style>
background-color css
<style>
a { background-color: #B55FFF; }
a { background-color: rgb(181,95,255); }
div.DivClassName
{
background-color: #B55FFF;
}
.BgClassName
{
background-color: #B55FFF;
}
</style>
border-color css
<style>
span { border-color: #B55FFF; }
span { border-color: rgb(181,95,255); }
td.TdClassName
{
border-color: #B55FFF;
}
.TagClassName
{
border-color: #B55FFF;
}
</style>