Shades of Heliotrope #B760FE
Tints of Heliotrope #B760FE
RGB
CMYK
RGB Variations
Color information
#B760FE (or 0xB760FE) is known color: Heliotrope. HEX triplet: B7, 60 and FE. RGB value is (183,96,254). Sum of RGB (Red+Green+Blue) = 183+96+254=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #B760FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760FE is #489F01. Grayscale: #8B8B8B. Windows color (decimal): -4759298 or 16670903. OLE color: 16670903.
HSL color Cylindrical-coordinate representation of color #B760FE: hue angle of 273.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B760FE is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 96 | 254 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.00 |
| HSL | 273.04º | 0.99% | 0.69% | - |
| HSV(B) | 273.04º | 0.62% | 1% | - |
| XYZ | 41.6 | 25.59 | 96.51 | - |
| YUV | 140.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 254 | 0.28 | 0.62 | 0 | 0.00 | 273.04 | 0.99 | 0.69 |
| Hex | B7 | 60 | FE | 1C | 3E | 0 | 0 | 111 | 63 | 45 |
| Octal | 267 | 140 | 376 | 34 | 76 | 0 | 0 | 421 | 143 | 105 |
| Binary | 10110111 | 1100000 | 11111110 | 11100 | 111110 | 0 | 0 | 100010001 | 1100011 | 1000101 |
Color Harmonies of #B760FE
Complementary color
Monochromatic Colors of #B760FE
Black with #B760FE
Text Example
Text Example
White with #B760FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760FE; }
p { color: rgb(183,96,254); }
H1.HeaderClassName
{
color: #B760FE;
}
.AnyTagClassName
{
color: #B760FE;
}
</style>
background-color css
<style>
a { background-color: #B760FE; }
a { background-color: rgb(183,96,254); }
div.DivClassName
{
background-color: #B760FE;
}
.BgClassName
{
background-color: #B760FE;
}
</style>
border-color css
<style>
span { border-color: #B760FE; }
span { border-color: rgb(183,96,254); }
td.TdClassName
{
border-color: #B760FE;
}
.TagClassName
{
border-color: #B760FE;
}
</style>