Shades of Heliotrope #B672FA
Tints of Heliotrope #B672FA
RGB
CMYK
RGB Variations
Color information
#B672FA (or 0xB672FA) is known color: Heliotrope. HEX triplet: B6, 72 and FA. RGB value is (182,114,250). Sum of RGB (Red+Green+Blue) = 182+114+250=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #B672FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672FA is #498D05. Grayscale: #959595. Windows color (decimal): -4820230 or 16413366. OLE color: 16413366.
HSL color Cylindrical-coordinate representation of color #B672FA: hue angle of 270º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B672FA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 114 | 250 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.71% | - |
| HSV(B) | 270º | 0.54% | 0.98% | - |
| XYZ | 42.56 | 28.88 | 93.77 | - |
| YUV | 149.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 250 | 0.27 | 0.54 | 0 | 0.02 | 270 | 0.93 | 0.71 |
| Hex | B6 | 72 | FA | 1B | 36 | 0 | 2 | 10E | 5D | 47 |
| Octal | 266 | 162 | 372 | 33 | 66 | 0 | 2 | 416 | 135 | 107 |
| Binary | 10110110 | 1110010 | 11111010 | 11011 | 110110 | 0 | 10 | 100001110 | 1011101 | 1000111 |
Color Harmonies of #B672FA
Complementary color
Monochromatic Colors of #B672FA
Black with #B672FA
Text Example
Text Example
White with #B672FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672FA; }
p { color: rgb(182,114,250); }
H1.HeaderClassName
{
color: #B672FA;
}
.AnyTagClassName
{
color: #B672FA;
}
</style>
background-color css
<style>
a { background-color: #B672FA; }
a { background-color: rgb(182,114,250); }
div.DivClassName
{
background-color: #B672FA;
}
.BgClassName
{
background-color: #B672FA;
}
</style>
border-color css
<style>
span { border-color: #B672FA; }
span { border-color: rgb(182,114,250); }
td.TdClassName
{
border-color: #B672FA;
}
.TagClassName
{
border-color: #B672FA;
}
</style>