Shades of Heliotrope #B768F8
Tints of Heliotrope #B768F8
RGB
CMYK
RGB Variations
Color information
#B768F8 (or 0xB768F8) is known color: Heliotrope. HEX triplet: B7, 68 and F8. RGB value is (183,104,248). Sum of RGB (Red+Green+Blue) = 183+104+248=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #B768F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768F8 is #489707. Grayscale: #8F8F8F. Windows color (decimal): -4757256 or 16279735. OLE color: 16279735.
HSL color Cylindrical-coordinate representation of color #B768F8: hue angle of 272.92º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B768F8 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 104 | 248 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.03 |
| HSL | 272.92º | 0.91% | 0.69% | - |
| HSV(B) | 272.92º | 0.58% | 0.97% | - |
| XYZ | 41.42 | 26.75 | 91.79 | - |
| YUV | 144.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 248 | 0.26 | 0.58 | 0 | 0.03 | 272.92 | 0.91 | 0.69 |
| Hex | B7 | 68 | F8 | 1A | 3A | 0 | 3 | 111 | 5B | 45 |
| Octal | 267 | 150 | 370 | 32 | 72 | 0 | 3 | 421 | 133 | 105 |
| Binary | 10110111 | 1101000 | 11111000 | 11010 | 111010 | 0 | 11 | 100010001 | 1011011 | 1000101 |
Color Harmonies of #B768F8
Complementary color
Monochromatic Colors of #B768F8
Black with #B768F8
Text Example
Text Example
White with #B768F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768F8; }
p { color: rgb(183,104,248); }
H1.HeaderClassName
{
color: #B768F8;
}
.AnyTagClassName
{
color: #B768F8;
}
</style>
background-color css
<style>
a { background-color: #B768F8; }
a { background-color: rgb(183,104,248); }
div.DivClassName
{
background-color: #B768F8;
}
.BgClassName
{
background-color: #B768F8;
}
</style>
border-color css
<style>
span { border-color: #B768F8; }
span { border-color: rgb(183,104,248); }
td.TdClassName
{
border-color: #B768F8;
}
.TagClassName
{
border-color: #B768F8;
}
</style>