Shades of Heliotrope #B665FB
Tints of Heliotrope #B665FB
RGB
CMYK
RGB Variations
Color information
#B665FB (or 0xB665FB) is known color: Heliotrope. HEX triplet: B6, 65 and FB. RGB value is (182,101,251). Sum of RGB (Red+Green+Blue) = 182+101+251=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #B665FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665FB is #499A04. Grayscale: #8D8D8D. Windows color (decimal): -4823557 or 16475574. OLE color: 16475574.
HSL color Cylindrical-coordinate representation of color #B665FB: hue angle of 272.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B665FB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 101 | 251 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.02 |
| HSL | 272.4º | 0.95% | 0.69% | - |
| HSV(B) | 272.4º | 0.6% | 0.98% | - |
| XYZ | 41.36 | 26.22 | 94.15 | - |
| YUV | 142.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 251 | 0.27 | 0.60 | 0 | 0.02 | 272.4 | 0.95 | 0.69 |
| Hex | B6 | 65 | FB | 1B | 3C | 0 | 2 | 110 | 5F | 45 |
| Octal | 266 | 145 | 373 | 33 | 74 | 0 | 2 | 420 | 137 | 105 |
| Binary | 10110110 | 1100101 | 11111011 | 11011 | 111100 | 0 | 10 | 100010000 | 1011111 | 1000101 |
Color Harmonies of #B665FB
Complementary color
Monochromatic Colors of #B665FB
Black with #B665FB
Text Example
Text Example
White with #B665FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665FB; }
p { color: rgb(182,101,251); }
H1.HeaderClassName
{
color: #B665FB;
}
.AnyTagClassName
{
color: #B665FB;
}
</style>
background-color css
<style>
a { background-color: #B665FB; }
a { background-color: rgb(182,101,251); }
div.DivClassName
{
background-color: #B665FB;
}
.BgClassName
{
background-color: #B665FB;
}
</style>
border-color css
<style>
span { border-color: #B665FB; }
span { border-color: rgb(182,101,251); }
td.TdClassName
{
border-color: #B665FB;
}
.TagClassName
{
border-color: #B665FB;
}
</style>