Shades of Heliotrope #B565FE
Tints of Heliotrope #B565FE
RGB
CMYK
RGB Variations
Color information
#B565FE (or 0xB565FE) is known color: Heliotrope. HEX triplet: B5, 65 and FE. RGB value is (181,101,254). Sum of RGB (Red+Green+Blue) = 181+101+254=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #B565FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565FE is #4A9A01. Grayscale: #8D8D8D. Windows color (decimal): -4889090 or 16672181. OLE color: 16672181.
HSL color Cylindrical-coordinate representation of color #B565FE: hue angle of 271.37º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B565FE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 101 | 254 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.00 |
| HSL | 271.37º | 0.99% | 0.7% | - |
| HSV(B) | 271.37º | 0.6% | 1% | - |
| XYZ | 41.6 | 26.29 | 96.65 | - |
| YUV | 142.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 254 | 0.29 | 0.60 | 0 | 0.00 | 271.37 | 0.99 | 0.7 |
| Hex | B5 | 65 | FE | 1D | 3C | 0 | 0 | 10F | 63 | 46 |
| Octal | 265 | 145 | 376 | 35 | 74 | 0 | 0 | 417 | 143 | 106 |
| Binary | 10110101 | 1100101 | 11111110 | 11101 | 111100 | 0 | 0 | 100001111 | 1100011 | 1000110 |
Color Harmonies of #B565FE
Complementary color
Monochromatic Colors of #B565FE
Black with #B565FE
Text Example
Text Example
White with #B565FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565FE; }
p { color: rgb(181,101,254); }
H1.HeaderClassName
{
color: #B565FE;
}
.AnyTagClassName
{
color: #B565FE;
}
</style>
background-color css
<style>
a { background-color: #B565FE; }
a { background-color: rgb(181,101,254); }
div.DivClassName
{
background-color: #B565FE;
}
.BgClassName
{
background-color: #B565FE;
}
</style>
border-color css
<style>
span { border-color: #B565FE; }
span { border-color: rgb(181,101,254); }
td.TdClassName
{
border-color: #B565FE;
}
.TagClassName
{
border-color: #B565FE;
}
</style>