Shades of Heliotrope #B469FF
Tints of Heliotrope #B469FF
RGB
CMYK
RGB Variations
Color information
#B469FF (or 0xB469FF) is known color: Heliotrope. HEX triplet: B4, 69 and FF. RGB value is (180,105,255). Sum of RGB (Red+Green+Blue) = 180+105+255=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B469FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469FF is #4B9600. Grayscale: #909090. Windows color (decimal): -4953601 or 16738740. OLE color: 16738740.
HSL color Cylindrical-coordinate representation of color #B469FF: hue angle of 270º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B469FF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 105 | 255 | - |
| CMYK | 0.29 | 0.59 | 0 | 0 |
| HSL | 270º | 1% | 0.71% | - |
| HSV(B) | 270º | 0.59% | 1% | - |
| XYZ | 41.92 | 27.03 | 97.61 | - |
| YUV | 144.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 255 | 0.29 | 0.59 | 0 | 0 | 270 | 1 | 0.71 |
| Hex | B4 | 69 | FF | 1D | 3B | 0 | 0 | 10E | 64 | 47 |
| Octal | 264 | 151 | 377 | 35 | 73 | 0 | 0 | 416 | 144 | 107 |
| Binary | 10110100 | 1101001 | 11111111 | 11101 | 111011 | 0 | 0 | 100001110 | 1100100 | 1000111 |
Color Harmonies of #B469FF
Complementary color
Monochromatic Colors of #B469FF
Black with #B469FF
Text Example
Text Example
White with #B469FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469FF; }
p { color: rgb(180,105,255); }
H1.HeaderClassName
{
color: #B469FF;
}
.AnyTagClassName
{
color: #B469FF;
}
</style>
background-color css
<style>
a { background-color: #B469FF; }
a { background-color: rgb(180,105,255); }
div.DivClassName
{
background-color: #B469FF;
}
.BgClassName
{
background-color: #B469FF;
}
</style>
border-color css
<style>
span { border-color: #B469FF; }
span { border-color: rgb(180,105,255); }
td.TdClassName
{
border-color: #B469FF;
}
.TagClassName
{
border-color: #B469FF;
}
</style>