Shades of Heliotrope #B87BFC
Tints of Heliotrope #B87BFC
RGB
CMYK
RGB Variations
Color information
#B87BFC (or 0xB87BFC) is known color: Heliotrope. HEX triplet: B8, 7B and FC. RGB value is (184,123,252). Sum of RGB (Red+Green+Blue) = 184+123+252=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #B87BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87BFC is #478403. Grayscale: #9B9B9B. Windows color (decimal): -4686852 or 16546744. OLE color: 16546744.
HSL color Cylindrical-coordinate representation of color #B87BFC: hue angle of 268.37º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B87BFC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 123 | 252 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.01 |
| HSL | 268.37º | 0.96% | 0.74% | - |
| HSV(B) | 268.37º | 0.51% | 0.99% | - |
| XYZ | 44.42 | 31.38 | 95.81 | - |
| YUV | 155.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 252 | 0.27 | 0.51 | 0 | 0.01 | 268.37 | 0.96 | 0.74 |
| Hex | B8 | 7B | FC | 1B | 33 | 0 | 1 | 10C | 60 | 4A |
| Octal | 270 | 173 | 374 | 33 | 63 | 0 | 1 | 414 | 140 | 112 |
| Binary | 10111000 | 1111011 | 11111100 | 11011 | 110011 | 0 | 1 | 100001100 | 1100000 | 1001010 |
Color Harmonies of #B87BFC
Complementary color
Monochromatic Colors of #B87BFC
Black with #B87BFC
Text Example
Text Example
White with #B87BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BFC; }
p { color: rgb(184,123,252); }
H1.HeaderClassName
{
color: #B87BFC;
}
.AnyTagClassName
{
color: #B87BFC;
}
</style>
background-color css
<style>
a { background-color: #B87BFC; }
a { background-color: rgb(184,123,252); }
div.DivClassName
{
background-color: #B87BFC;
}
.BgClassName
{
background-color: #B87BFC;
}
</style>
border-color css
<style>
span { border-color: #B87BFC; }
span { border-color: rgb(184,123,252); }
td.TdClassName
{
border-color: #B87BFC;
}
.TagClassName
{
border-color: #B87BFC;
}
</style>