Shades of Heliotrope #B963FC
Tints of Heliotrope #B963FC
RGB
CMYK
RGB Variations
Color information
#B963FC (or 0xB963FC) is known color: Heliotrope. HEX triplet: B9, 63 and FC. RGB value is (185,99,252). Sum of RGB (Red+Green+Blue) = 185+99+252=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #B963FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963FC is #469C03. Grayscale: #8D8D8D. Windows color (decimal): -4627460 or 16540601. OLE color: 16540601.
HSL color Cylindrical-coordinate representation of color #B963FC: hue angle of 273.73º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B963FC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 99 | 252 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.01 |
| HSL | 273.73º | 0.96% | 0.69% | - |
| HSV(B) | 273.73º | 0.61% | 0.99% | - |
| XYZ | 42.04 | 26.27 | 94.95 | - |
| YUV | 142.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 252 | 0.27 | 0.61 | 0 | 0.01 | 273.73 | 0.96 | 0.69 |
| Hex | B9 | 63 | FC | 1B | 3D | 0 | 1 | 112 | 60 | 45 |
| Octal | 271 | 143 | 374 | 33 | 75 | 0 | 1 | 422 | 140 | 105 |
| Binary | 10111001 | 1100011 | 11111100 | 11011 | 111101 | 0 | 1 | 100010010 | 1100000 | 1000101 |
Color Harmonies of #B963FC
Complementary color
Monochromatic Colors of #B963FC
Black with #B963FC
Text Example
Text Example
White with #B963FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963FC; }
p { color: rgb(185,99,252); }
H1.HeaderClassName
{
color: #B963FC;
}
.AnyTagClassName
{
color: #B963FC;
}
</style>
background-color css
<style>
a { background-color: #B963FC; }
a { background-color: rgb(185,99,252); }
div.DivClassName
{
background-color: #B963FC;
}
.BgClassName
{
background-color: #B963FC;
}
</style>
border-color css
<style>
span { border-color: #B963FC; }
span { border-color: rgb(185,99,252); }
td.TdClassName
{
border-color: #B963FC;
}
.TagClassName
{
border-color: #B963FC;
}
</style>