Shades of Heliotrope #B673FA
Tints of Heliotrope #B673FA
RGB
CMYK
RGB Variations
Color information
#B673FA (or 0xB673FA) is known color: Heliotrope. HEX triplet: B6, 73 and FA. RGB value is (182,115,250). Sum of RGB (Red+Green+Blue) = 182+115+250=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #B673FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673FA is #498C05. Grayscale: #959595. Windows color (decimal): -4819974 or 16413622. OLE color: 16413622.
HSL color Cylindrical-coordinate representation of color #B673FA: hue angle of 269.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B673FA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 115 | 250 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.02 |
| HSL | 269.78º | 0.93% | 0.72% | - |
| HSV(B) | 269.78º | 0.54% | 0.98% | - |
| XYZ | 42.68 | 29.11 | 93.81 | - |
| YUV | 150.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 250 | 0.27 | 0.54 | 0 | 0.02 | 269.78 | 0.93 | 0.72 |
| Hex | B6 | 73 | FA | 1B | 36 | 0 | 2 | 10E | 5D | 48 |
| Octal | 266 | 163 | 372 | 33 | 66 | 0 | 2 | 416 | 135 | 110 |
| Binary | 10110110 | 1110011 | 11111010 | 11011 | 110110 | 0 | 10 | 100001110 | 1011101 | 1001000 |
Color Harmonies of #B673FA
Complementary color
Monochromatic Colors of #B673FA
Black with #B673FA
Text Example
Text Example
White with #B673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673FA; }
p { color: rgb(182,115,250); }
H1.HeaderClassName
{
color: #B673FA;
}
.AnyTagClassName
{
color: #B673FA;
}
</style>
background-color css
<style>
a { background-color: #B673FA; }
a { background-color: rgb(182,115,250); }
div.DivClassName
{
background-color: #B673FA;
}
.BgClassName
{
background-color: #B673FA;
}
</style>
border-color css
<style>
span { border-color: #B673FA; }
span { border-color: rgb(182,115,250); }
td.TdClassName
{
border-color: #B673FA;
}
.TagClassName
{
border-color: #B673FA;
}
</style>