Shades of Heliotrope #B473FF
Tints of Heliotrope #B473FF
RGB
CMYK
RGB Variations
Color information
#B473FF (or 0xB473FF) is known color: Heliotrope. HEX triplet: B4, 73 and FF. RGB value is (180,115,255). Sum of RGB (Red+Green+Blue) = 180+115+255=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #B473FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473FF is #4B8C00. Grayscale: #959595. Windows color (decimal): -4951041 or 16741300. OLE color: 16741300.
HSL color Cylindrical-coordinate representation of color #B473FF: hue angle of 267.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B473FF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 115 | 255 | - |
| CMYK | 0.29 | 0.55 | 0 | 0 |
| HSL | 267.86º | 1% | 0.73% | - |
| HSV(B) | 267.86º | 0.55% | 1% | - |
| XYZ | 43 | 29.18 | 97.97 | - |
| YUV | 150.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 255 | 0.29 | 0.55 | 0 | 0 | 267.86 | 1 | 0.73 |
| Hex | B4 | 73 | FF | 1D | 37 | 0 | 0 | 10C | 64 | 49 |
| Octal | 264 | 163 | 377 | 35 | 67 | 0 | 0 | 414 | 144 | 111 |
| Binary | 10110100 | 1110011 | 11111111 | 11101 | 110111 | 0 | 0 | 100001100 | 1100100 | 1001001 |
Color Harmonies of #B473FF
Complementary color
Monochromatic Colors of #B473FF
Black with #B473FF
Text Example
Text Example
White with #B473FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473FF; }
p { color: rgb(180,115,255); }
H1.HeaderClassName
{
color: #B473FF;
}
.AnyTagClassName
{
color: #B473FF;
}
</style>
background-color css
<style>
a { background-color: #B473FF; }
a { background-color: rgb(180,115,255); }
div.DivClassName
{
background-color: #B473FF;
}
.BgClassName
{
background-color: #B473FF;
}
</style>
border-color css
<style>
span { border-color: #B473FF; }
span { border-color: rgb(180,115,255); }
td.TdClassName
{
border-color: #B473FF;
}
.TagClassName
{
border-color: #B473FF;
}
</style>