Shades of Heliotrope #B467FD
Tints of Heliotrope #B467FD
RGB
CMYK
RGB Variations
Color information
#B467FD (or 0xB467FD) is known color: Heliotrope. HEX triplet: B4, 67 and FD. RGB value is (180,103,253). Sum of RGB (Red+Green+Blue) = 180+103+253=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #B467FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B467FD is #4B9802. Grayscale: #8E8E8E. Windows color (decimal): -4954115 or 16607156. OLE color: 16607156.
HSL color Cylindrical-coordinate representation of color #B467FD: hue angle of 270.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B467FD is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 103 | 253 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.01 |
| HSL | 270.8º | 0.97% | 0.7% | - |
| HSV(B) | 270.8º | 0.59% | 0.99% | - |
| XYZ | 41.4 | 26.5 | 95.86 | - |
| YUV | 143.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 253 | 0.29 | 0.59 | 0 | 0.01 | 270.8 | 0.97 | 0.7 |
| Hex | B4 | 67 | FD | 1D | 3B | 0 | 1 | 10F | 61 | 46 |
| Octal | 264 | 147 | 375 | 35 | 73 | 0 | 1 | 417 | 141 | 106 |
| Binary | 10110100 | 1100111 | 11111101 | 11101 | 111011 | 0 | 1 | 100001111 | 1100001 | 1000110 |
Color Harmonies of #B467FD
Complementary color
Monochromatic Colors of #B467FD
Black with #B467FD
Text Example
Text Example
White with #B467FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467FD; }
p { color: rgb(180,103,253); }
H1.HeaderClassName
{
color: #B467FD;
}
.AnyTagClassName
{
color: #B467FD;
}
</style>
background-color css
<style>
a { background-color: #B467FD; }
a { background-color: rgb(180,103,253); }
div.DivClassName
{
background-color: #B467FD;
}
.BgClassName
{
background-color: #B467FD;
}
</style>
border-color css
<style>
span { border-color: #B467FD; }
span { border-color: rgb(180,103,253); }
td.TdClassName
{
border-color: #B467FD;
}
.TagClassName
{
border-color: #B467FD;
}
</style>