Shades of Heliotrope #B762FF
Tints of Heliotrope #B762FF
RGB
CMYK
RGB Variations
Color information
#B762FF (or 0xB762FF) is known color: Heliotrope. HEX triplet: B7, 62 and FF. RGB value is (183,98,255). Sum of RGB (Red+Green+Blue) = 183+98+255=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B762FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762FF is #489D00. Grayscale: #8C8C8C. Windows color (decimal): -4758785 or 16736951. OLE color: 16736951.
HSL color Cylindrical-coordinate representation of color #B762FF: hue angle of 272.48º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B762FF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 98 | 255 | - |
| CMYK | 0.28 | 0.62 | 0 | 0 |
| HSL | 272.48º | 1% | 0.69% | - |
| HSV(B) | 272.48º | 0.62% | 1% | - |
| XYZ | 41.95 | 26.02 | 97.42 | - |
| YUV | 141.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 255 | 0.28 | 0.62 | 0 | 0 | 272.48 | 1 | 0.69 |
| Hex | B7 | 62 | FF | 1C | 3E | 0 | 0 | 110 | 64 | 45 |
| Octal | 267 | 142 | 377 | 34 | 76 | 0 | 0 | 420 | 144 | 105 |
| Binary | 10110111 | 1100010 | 11111111 | 11100 | 111110 | 0 | 0 | 100010000 | 1100100 | 1000101 |
Color Harmonies of #B762FF
Complementary color
Monochromatic Colors of #B762FF
Black with #B762FF
Text Example
Text Example
White with #B762FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762FF; }
p { color: rgb(183,98,255); }
H1.HeaderClassName
{
color: #B762FF;
}
.AnyTagClassName
{
color: #B762FF;
}
</style>
background-color css
<style>
a { background-color: #B762FF; }
a { background-color: rgb(183,98,255); }
div.DivClassName
{
background-color: #B762FF;
}
.BgClassName
{
background-color: #B762FF;
}
</style>
border-color css
<style>
span { border-color: #B762FF; }
span { border-color: rgb(183,98,255); }
td.TdClassName
{
border-color: #B762FF;
}
.TagClassName
{
border-color: #B762FF;
}
</style>