Shades of Heliotrope #B675FE
Tints of Heliotrope #B675FE
RGB
CMYK
RGB Variations
Color information
#B675FE (or 0xB675FE) is known color: Heliotrope. HEX triplet: B6, 75 and FE. RGB value is (182,117,254). Sum of RGB (Red+Green+Blue) = 182+117+254=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B675FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B675FE is #498A01. Grayscale: #979797. Windows color (decimal): -4819458 or 16676278. OLE color: 16676278.
HSL color Cylindrical-coordinate representation of color #B675FE: hue angle of 268.47º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B675FE is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 117 | 254 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.00 |
| HSL | 268.47º | 0.99% | 0.73% | - |
| HSV(B) | 268.47º | 0.54% | 1% | - |
| XYZ | 43.54 | 29.82 | 97.23 | - |
| YUV | 152.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 254 | 0.28 | 0.54 | 0 | 0.00 | 268.47 | 0.99 | 0.73 |
| Hex | B6 | 75 | FE | 1C | 36 | 0 | 0 | 10C | 63 | 49 |
| Octal | 266 | 165 | 376 | 34 | 66 | 0 | 0 | 414 | 143 | 111 |
| Binary | 10110110 | 1110101 | 11111110 | 11100 | 110110 | 0 | 0 | 100001100 | 1100011 | 1001001 |
Color Harmonies of #B675FE
Complementary color
Monochromatic Colors of #B675FE
Black with #B675FE
Text Example
Text Example
White with #B675FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B675FE; }
p { color: rgb(182,117,254); }
H1.HeaderClassName
{
color: #B675FE;
}
.AnyTagClassName
{
color: #B675FE;
}
</style>
background-color css
<style>
a { background-color: #B675FE; }
a { background-color: rgb(182,117,254); }
div.DivClassName
{
background-color: #B675FE;
}
.BgClassName
{
background-color: #B675FE;
}
</style>
border-color css
<style>
span { border-color: #B675FE; }
span { border-color: rgb(182,117,254); }
td.TdClassName
{
border-color: #B675FE;
}
.TagClassName
{
border-color: #B675FE;
}
</style>