Shades of Heliotrope #B671FE
Tints of Heliotrope #B671FE
RGB
CMYK
RGB Variations
Color information
#B671FE (or 0xB671FE) is known color: Heliotrope. HEX triplet: B6, 71 and FE. RGB value is (182,113,254). Sum of RGB (Red+Green+Blue) = 182+113+254=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B671FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671FE is #498E01. Grayscale: #959595. Windows color (decimal): -4820482 or 16675254. OLE color: 16675254.
HSL color Cylindrical-coordinate representation of color #B671FE: hue angle of 269.36º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B671FE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 113 | 254 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.00 |
| HSL | 269.36º | 0.99% | 0.72% | - |
| HSV(B) | 269.36º | 0.56% | 1% | - |
| XYZ | 43.09 | 28.91 | 97.08 | - |
| YUV | 149.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 254 | 0.28 | 0.56 | 0 | 0.00 | 269.36 | 0.99 | 0.72 |
| Hex | B6 | 71 | FE | 1C | 38 | 0 | 0 | 10D | 63 | 48 |
| Octal | 266 | 161 | 376 | 34 | 70 | 0 | 0 | 415 | 143 | 110 |
| Binary | 10110110 | 1110001 | 11111110 | 11100 | 111000 | 0 | 0 | 100001101 | 1100011 | 1001000 |
Color Harmonies of #B671FE
Complementary color
Monochromatic Colors of #B671FE
Black with #B671FE
Text Example
Text Example
White with #B671FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671FE; }
p { color: rgb(182,113,254); }
H1.HeaderClassName
{
color: #B671FE;
}
.AnyTagClassName
{
color: #B671FE;
}
</style>
background-color css
<style>
a { background-color: #B671FE; }
a { background-color: rgb(182,113,254); }
div.DivClassName
{
background-color: #B671FE;
}
.BgClassName
{
background-color: #B671FE;
}
</style>
border-color css
<style>
span { border-color: #B671FE; }
span { border-color: rgb(182,113,254); }
td.TdClassName
{
border-color: #B671FE;
}
.TagClassName
{
border-color: #B671FE;
}
</style>