Shades of Heliotrope #B672FF
Tints of Heliotrope #B672FF
RGB
CMYK
RGB Variations
Color information
#B672FF (or 0xB672FF) is known color: Heliotrope. HEX triplet: B6, 72 and FF. RGB value is (182,114,255). Sum of RGB (Red+Green+Blue) = 182+114+255=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B672FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672FF is #498D00. Grayscale: #959595. Windows color (decimal): -4820225 or 16741046. OLE color: 16741046.
HSL color Cylindrical-coordinate representation of color #B672FF: hue angle of 268.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B672FF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 114 | 255 | - |
| CMYK | 0.29 | 0.55 | 0 | 0 |
| HSL | 268.94º | 1% | 0.72% | - |
| HSV(B) | 268.94º | 0.55% | 1% | - |
| XYZ | 43.36 | 29.2 | 97.96 | - |
| YUV | 150.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 255 | 0.29 | 0.55 | 0 | 0 | 268.94 | 1 | 0.72 |
| Hex | B6 | 72 | FF | 1D | 37 | 0 | 0 | 10D | 64 | 48 |
| Octal | 266 | 162 | 377 | 35 | 67 | 0 | 0 | 415 | 144 | 110 |
| Binary | 10110110 | 1110010 | 11111111 | 11101 | 110111 | 0 | 0 | 100001101 | 1100100 | 1001000 |
Color Harmonies of #B672FF
Complementary color
Monochromatic Colors of #B672FF
Black with #B672FF
Text Example
Text Example
White with #B672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672FF; }
p { color: rgb(182,114,255); }
H1.HeaderClassName
{
color: #B672FF;
}
.AnyTagClassName
{
color: #B672FF;
}
</style>
background-color css
<style>
a { background-color: #B672FF; }
a { background-color: rgb(182,114,255); }
div.DivClassName
{
background-color: #B672FF;
}
.BgClassName
{
background-color: #B672FF;
}
</style>
border-color css
<style>
span { border-color: #B672FF; }
span { border-color: rgb(182,114,255); }
td.TdClassName
{
border-color: #B672FF;
}
.TagClassName
{
border-color: #B672FF;
}
</style>