Shades of Biloba Flower #B387DC
Tints of Biloba Flower #B387DC
RGB
CMYK
RGB Variations
Color information
#B387DC (or 0xB387DC) is known color: Biloba Flower. HEX triplet: B3, 87 and DC. RGB value is (179,135,220). Sum of RGB (Red+Green+Blue) = 179+135+220=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B387DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387DC is #4C7823. Grayscale: #9D9D9D. Windows color (decimal): -5011492 or 14452659. OLE color: 14452659.
HSL color Cylindrical-coordinate representation of color #B387DC: hue angle of 271.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B387DC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 135 | 220 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.14 |
| HSL | 271.06º | 0.55% | 0.7% | - |
| HSV(B) | 271.06º | 0.39% | 0.86% | - |
| XYZ | 40.17 | 32.08 | 71.78 | - |
| YUV | 157.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 220 | 0.19 | 0.39 | 0 | 0.14 | 271.06 | 0.55 | 0.7 |
| Hex | B3 | 87 | DC | 13 | 27 | 0 | E | 10F | 37 | 46 |
| Octal | 263 | 207 | 334 | 23 | 47 | 0 | 16 | 417 | 67 | 106 |
| Binary | 10110011 | 10000111 | 11011100 | 10011 | 100111 | 0 | 1110 | 100001111 | 110111 | 1000110 |
Color Harmonies of #B387DC
Complementary color
Monochromatic Colors of #B387DC
Black with #B387DC
Text Example
Text Example
White with #B387DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387DC; }
p { color: rgb(179,135,220); }
H1.HeaderClassName
{
color: #B387DC;
}
.AnyTagClassName
{
color: #B387DC;
}
</style>
background-color css
<style>
a { background-color: #B387DC; }
a { background-color: rgb(179,135,220); }
div.DivClassName
{
background-color: #B387DC;
}
.BgClassName
{
background-color: #B387DC;
}
</style>
border-color css
<style>
span { border-color: #B387DC; }
span { border-color: rgb(179,135,220); }
td.TdClassName
{
border-color: #B387DC;
}
.TagClassName
{
border-color: #B387DC;
}
</style>