Shades of Heliotrope #B773FA
Tints of Heliotrope #B773FA
RGB
CMYK
RGB Variations
Color information
#B773FA (or 0xB773FA) is known color: Heliotrope. HEX triplet: B7, 73 and FA. RGB value is (183,115,250). Sum of RGB (Red+Green+Blue) = 183+115+250=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #B773FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773FA is #488C05. Grayscale: #969696. Windows color (decimal): -4754438 or 16413623. OLE color: 16413623.
HSL color Cylindrical-coordinate representation of color #B773FA: hue angle of 270.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B773FA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 115 | 250 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.02 |
| HSL | 270.22º | 0.93% | 0.72% | - |
| HSV(B) | 270.22º | 0.54% | 0.98% | - |
| XYZ | 42.91 | 29.23 | 93.82 | - |
| YUV | 150.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 250 | 0.27 | 0.54 | 0 | 0.02 | 270.22 | 0.93 | 0.72 |
| Hex | B7 | 73 | FA | 1B | 36 | 0 | 2 | 10E | 5D | 48 |
| Octal | 267 | 163 | 372 | 33 | 66 | 0 | 2 | 416 | 135 | 110 |
| Binary | 10110111 | 1110011 | 11111010 | 11011 | 110110 | 0 | 10 | 100001110 | 1011101 | 1001000 |
Color Harmonies of #B773FA
Complementary color
Monochromatic Colors of #B773FA
Black with #B773FA
Text Example
Text Example
White with #B773FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773FA; }
p { color: rgb(183,115,250); }
H1.HeaderClassName
{
color: #B773FA;
}
.AnyTagClassName
{
color: #B773FA;
}
</style>
background-color css
<style>
a { background-color: #B773FA; }
a { background-color: rgb(183,115,250); }
div.DivClassName
{
background-color: #B773FA;
}
.BgClassName
{
background-color: #B773FA;
}
</style>
border-color css
<style>
span { border-color: #B773FA; }
span { border-color: rgb(183,115,250); }
td.TdClassName
{
border-color: #B773FA;
}
.TagClassName
{
border-color: #B773FA;
}
</style>