Shades of Heliotrope #B567FA
Tints of Heliotrope #B567FA
RGB
CMYK
RGB Variations
Color information
#B567FA (or 0xB567FA) is known color: Heliotrope. HEX triplet: B5, 67 and FA. RGB value is (181,103,250). Sum of RGB (Red+Green+Blue) = 181+103+250=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #B567FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567FA is #4A9805. Grayscale: #8E8E8E. Windows color (decimal): -4888582 or 16410549. OLE color: 16410549.
HSL color Cylindrical-coordinate representation of color #B567FA: hue angle of 271.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B567FA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 103 | 250 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.02 |
| HSL | 271.84º | 0.94% | 0.69% | - |
| HSV(B) | 271.84º | 0.59% | 0.98% | - |
| XYZ | 41.16 | 26.43 | 93.37 | - |
| YUV | 143.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 250 | 0.28 | 0.59 | 0 | 0.02 | 271.84 | 0.94 | 0.69 |
| Hex | B5 | 67 | FA | 1C | 3B | 0 | 2 | 110 | 5E | 45 |
| Octal | 265 | 147 | 372 | 34 | 73 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110101 | 1100111 | 11111010 | 11100 | 111011 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B567FA
Complementary color
Monochromatic Colors of #B567FA
Black with #B567FA
Text Example
Text Example
White with #B567FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567FA; }
p { color: rgb(181,103,250); }
H1.HeaderClassName
{
color: #B567FA;
}
.AnyTagClassName
{
color: #B567FA;
}
</style>
background-color css
<style>
a { background-color: #B567FA; }
a { background-color: rgb(181,103,250); }
div.DivClassName
{
background-color: #B567FA;
}
.BgClassName
{
background-color: #B567FA;
}
</style>
border-color css
<style>
span { border-color: #B567FA; }
span { border-color: rgb(181,103,250); }
td.TdClassName
{
border-color: #B567FA;
}
.TagClassName
{
border-color: #B567FA;
}
</style>