Shades of Heliotrope #B673FE
Tints of Heliotrope #B673FE
RGB
CMYK
RGB Variations
Color information
#B673FE (or 0xB673FE) is known color: Heliotrope. HEX triplet: B6, 73 and FE. RGB value is (182,115,254). Sum of RGB (Red+Green+Blue) = 182+115+254=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #B673FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673FE is #498C01. Grayscale: #969696. Windows color (decimal): -4819970 or 16675766. OLE color: 16675766.
HSL color Cylindrical-coordinate representation of color #B673FE: hue angle of 268.92º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B673FE is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 115 | 254 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.00 |
| HSL | 268.92º | 0.99% | 0.72% | - |
| HSV(B) | 268.92º | 0.55% | 1% | - |
| XYZ | 43.31 | 29.36 | 97.15 | - |
| YUV | 150.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 254 | 0.28 | 0.55 | 0 | 0.00 | 268.92 | 0.99 | 0.72 |
| Hex | B6 | 73 | FE | 1C | 37 | 0 | 0 | 10D | 63 | 48 |
| Octal | 266 | 163 | 376 | 34 | 67 | 0 | 0 | 415 | 143 | 110 |
| Binary | 10110110 | 1110011 | 11111110 | 11100 | 110111 | 0 | 0 | 100001101 | 1100011 | 1001000 |
Color Harmonies of #B673FE
Complementary color
Monochromatic Colors of #B673FE
Black with #B673FE
Text Example
Text Example
White with #B673FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673FE; }
p { color: rgb(182,115,254); }
H1.HeaderClassName
{
color: #B673FE;
}
.AnyTagClassName
{
color: #B673FE;
}
</style>
background-color css
<style>
a { background-color: #B673FE; }
a { background-color: rgb(182,115,254); }
div.DivClassName
{
background-color: #B673FE;
}
.BgClassName
{
background-color: #B673FE;
}
</style>
border-color css
<style>
span { border-color: #B673FE; }
span { border-color: rgb(182,115,254); }
td.TdClassName
{
border-color: #B673FE;
}
.TagClassName
{
border-color: #B673FE;
}
</style>