Shades of Biloba Flower #B384DC
Tints of Biloba Flower #B384DC
RGB
CMYK
RGB Variations
Color information
#B384DC (or 0xB384DC) is known color: Biloba Flower. HEX triplet: B3, 84 and DC. RGB value is (179,132,220). Sum of RGB (Red+Green+Blue) = 179+132+220=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B384DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384DC is #4C7B23. Grayscale: #9B9B9B. Windows color (decimal): -5012260 or 14451891. OLE color: 14451891.
HSL color Cylindrical-coordinate representation of color #B384DC: hue angle of 272.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B384DC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 132 | 220 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.14 |
| HSL | 272.05º | 0.56% | 0.69% | - |
| HSV(B) | 272.05º | 0.4% | 0.86% | - |
| XYZ | 39.76 | 31.25 | 71.65 | - |
| YUV | 156.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 220 | 0.19 | 0.40 | 0 | 0.14 | 272.05 | 0.56 | 0.69 |
| Hex | B3 | 84 | DC | 13 | 28 | 0 | E | 110 | 38 | 45 |
| Octal | 263 | 204 | 334 | 23 | 50 | 0 | 16 | 420 | 70 | 105 |
| Binary | 10110011 | 10000100 | 11011100 | 10011 | 101000 | 0 | 1110 | 100010000 | 111000 | 1000101 |
Color Harmonies of #B384DC
Complementary color
Monochromatic Colors of #B384DC
Black with #B384DC
Text Example
Text Example
White with #B384DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384DC; }
p { color: rgb(179,132,220); }
H1.HeaderClassName
{
color: #B384DC;
}
.AnyTagClassName
{
color: #B384DC;
}
</style>
background-color css
<style>
a { background-color: #B384DC; }
a { background-color: rgb(179,132,220); }
div.DivClassName
{
background-color: #B384DC;
}
.BgClassName
{
background-color: #B384DC;
}
</style>
border-color css
<style>
span { border-color: #B384DC; }
span { border-color: rgb(179,132,220); }
td.TdClassName
{
border-color: #B384DC;
}
.TagClassName
{
border-color: #B384DC;
}
</style>