Shades of Heliotrope #B773FB
Tints of Heliotrope #B773FB
RGB
CMYK
RGB Variations
Color information
#B773FB (or 0xB773FB) is known color: Heliotrope. HEX triplet: B7, 73 and FB. RGB value is (183,115,251). Sum of RGB (Red+Green+Blue) = 183+115+251=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #B773FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773FB is #488C04. Grayscale: #969696. Windows color (decimal): -4754437 or 16479159. OLE color: 16479159.
HSL color Cylindrical-coordinate representation of color #B773FB: hue angle of 270º degrees, saturation: 0.94, 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 #B773FB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 115 | 251 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.02 |
| HSL | 270º | 0.94% | 0.72% | - |
| HSV(B) | 270º | 0.54% | 0.98% | - |
| XYZ | 43.07 | 29.29 | 94.65 | - |
| YUV | 150.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 251 | 0.27 | 0.54 | 0 | 0.02 | 270 | 0.94 | 0.72 |
| Hex | B7 | 73 | FB | 1B | 36 | 0 | 2 | 10E | 5E | 48 |
| Octal | 267 | 163 | 373 | 33 | 66 | 0 | 2 | 416 | 136 | 110 |
| Binary | 10110111 | 1110011 | 11111011 | 11011 | 110110 | 0 | 10 | 100001110 | 1011110 | 1001000 |
Color Harmonies of #B773FB
Complementary color
Monochromatic Colors of #B773FB
Black with #B773FB
Text Example
Text Example
White with #B773FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773FB; }
p { color: rgb(183,115,251); }
H1.HeaderClassName
{
color: #B773FB;
}
.AnyTagClassName
{
color: #B773FB;
}
</style>
background-color css
<style>
a { background-color: #B773FB; }
a { background-color: rgb(183,115,251); }
div.DivClassName
{
background-color: #B773FB;
}
.BgClassName
{
background-color: #B773FB;
}
</style>
border-color css
<style>
span { border-color: #B773FB; }
span { border-color: rgb(183,115,251); }
td.TdClassName
{
border-color: #B773FB;
}
.TagClassName
{
border-color: #B773FB;
}
</style>