Shades of Heliotrope #B768F9
Tints of Heliotrope #B768F9
RGB
CMYK
RGB Variations
Color information
#B768F9 (or 0xB768F9) is known color: Heliotrope. HEX triplet: B7, 68 and F9. RGB value is (183,104,249). Sum of RGB (Red+Green+Blue) = 183+104+249=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #B768F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768F9 is #489706. Grayscale: #8F8F8F. Windows color (decimal): -4757255 or 16345271. OLE color: 16345271.
HSL color Cylindrical-coordinate representation of color #B768F9: hue angle of 272.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B768F9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 104 | 249 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.02 |
| HSL | 272.69º | 0.92% | 0.69% | - |
| HSV(B) | 272.69º | 0.58% | 0.98% | - |
| XYZ | 41.58 | 26.81 | 92.61 | - |
| YUV | 144.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 249 | 0.27 | 0.58 | 0 | 0.02 | 272.69 | 0.92 | 0.69 |
| Hex | B7 | 68 | F9 | 1B | 3A | 0 | 2 | 111 | 5C | 45 |
| Octal | 267 | 150 | 371 | 33 | 72 | 0 | 2 | 421 | 134 | 105 |
| Binary | 10110111 | 1101000 | 11111001 | 11011 | 111010 | 0 | 10 | 100010001 | 1011100 | 1000101 |
Color Harmonies of #B768F9
Complementary color
Monochromatic Colors of #B768F9
Black with #B768F9
Text Example
Text Example
White with #B768F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768F9; }
p { color: rgb(183,104,249); }
H1.HeaderClassName
{
color: #B768F9;
}
.AnyTagClassName
{
color: #B768F9;
}
</style>
background-color css
<style>
a { background-color: #B768F9; }
a { background-color: rgb(183,104,249); }
div.DivClassName
{
background-color: #B768F9;
}
.BgClassName
{
background-color: #B768F9;
}
</style>
border-color css
<style>
span { border-color: #B768F9; }
span { border-color: rgb(183,104,249); }
td.TdClassName
{
border-color: #B768F9;
}
.TagClassName
{
border-color: #B768F9;
}
</style>