Shades of Biloba Flower #B38FDC
Tints of Biloba Flower #B38FDC
RGB
CMYK
RGB Variations
Color information
#B38FDC (or 0xB38FDC) is known color: Biloba Flower. HEX triplet: B3, 8F and DC. RGB value is (179,143,220). Sum of RGB (Red+Green+Blue) = 179+143+220=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B38FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDC is #4C7023. Grayscale: #A2A2A2. Windows color (decimal): -5009444 or 14454707. OLE color: 14454707.
HSL color Cylindrical-coordinate representation of color #B38FDC: hue angle of 268.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38FDC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 143 | 220 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.14 |
| HSL | 268.05º | 0.52% | 0.71% | - |
| HSV(B) | 268.05º | 0.35% | 0.86% | - |
| XYZ | 41.33 | 34.4 | 72.17 | - |
| YUV | 162.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 220 | 0.19 | 0.35 | 0 | 0.14 | 268.05 | 0.52 | 0.71 |
| Hex | B3 | 8F | DC | 13 | 23 | 0 | E | 10C | 34 | 47 |
| Octal | 263 | 217 | 334 | 23 | 43 | 0 | 16 | 414 | 64 | 107 |
| Binary | 10110011 | 10001111 | 11011100 | 10011 | 100011 | 0 | 1110 | 100001100 | 110100 | 1000111 |
Color Harmonies of #B38FDC
Complementary color
Monochromatic Colors of #B38FDC
Black with #B38FDC
Text Example
Text Example
White with #B38FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FDC; }
p { color: rgb(179,143,220); }
H1.HeaderClassName
{
color: #B38FDC;
}
.AnyTagClassName
{
color: #B38FDC;
}
</style>
background-color css
<style>
a { background-color: #B38FDC; }
a { background-color: rgb(179,143,220); }
div.DivClassName
{
background-color: #B38FDC;
}
.BgClassName
{
background-color: #B38FDC;
}
</style>
border-color css
<style>
span { border-color: #B38FDC; }
span { border-color: rgb(179,143,220); }
td.TdClassName
{
border-color: #B38FDC;
}
.TagClassName
{
border-color: #B38FDC;
}
</style>