Shades of Heliotrope #B880FC
Tints of Heliotrope #B880FC
RGB
CMYK
RGB Variations
Color information
#B880FC (or 0xB880FC) is known color: Heliotrope. HEX triplet: B8, 80 and FC. RGB value is (184,128,252). Sum of RGB (Red+Green+Blue) = 184+128+252=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #B880FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880FC is #477F03. Grayscale: #9E9E9E. Windows color (decimal): -4685572 or 16548024. OLE color: 16548024.
HSL color Cylindrical-coordinate representation of color #B880FC: hue angle of 267.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B880FC is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 128 | 252 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.01 |
| HSL | 267.1º | 0.95% | 0.75% | - |
| HSV(B) | 267.1º | 0.49% | 0.99% | - |
| XYZ | 45.06 | 32.66 | 96.02 | - |
| YUV | 158.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 252 | 0.27 | 0.49 | 0 | 0.01 | 267.1 | 0.95 | 0.75 |
| Hex | B8 | 80 | FC | 1B | 31 | 0 | 1 | 10B | 5F | 4B |
| Octal | 270 | 200 | 374 | 33 | 61 | 0 | 1 | 413 | 137 | 113 |
| Binary | 10111000 | 10000000 | 11111100 | 11011 | 110001 | 0 | 1 | 100001011 | 1011111 | 1001011 |
Color Harmonies of #B880FC
Complementary color
Monochromatic Colors of #B880FC
Black with #B880FC
Text Example
Text Example
White with #B880FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880FC; }
p { color: rgb(184,128,252); }
H1.HeaderClassName
{
color: #B880FC;
}
.AnyTagClassName
{
color: #B880FC;
}
</style>
background-color css
<style>
a { background-color: #B880FC; }
a { background-color: rgb(184,128,252); }
div.DivClassName
{
background-color: #B880FC;
}
.BgClassName
{
background-color: #B880FC;
}
</style>
border-color css
<style>
span { border-color: #B880FC; }
span { border-color: rgb(184,128,252); }
td.TdClassName
{
border-color: #B880FC;
}
.TagClassName
{
border-color: #B880FC;
}
</style>