Shades of Biloba Flower #B38AD2
Tints of Biloba Flower #B38AD2
RGB
CMYK
RGB Variations
Color information
#B38AD2 (or 0xB38AD2) is known color: Biloba Flower. HEX triplet: B3, 8A and D2. RGB value is (179,138,210). Sum of RGB (Red+Green+Blue) = 179+138+210=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #B38AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38AD2 is #4C752D. Grayscale: #9E9E9E. Windows color (decimal): -5010734 or 13798067. OLE color: 13798067.
HSL color Cylindrical-coordinate representation of color #B38AD2: hue angle of 274.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38AD2 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 138 | 210 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.18 |
| HSL | 274.17º | 0.44% | 0.68% | - |
| HSV(B) | 274.17º | 0.34% | 0.82% | - |
| XYZ | 39.31 | 32.41 | 65.16 | - |
| YUV | 158.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 210 | 0.15 | 0.34 | 0 | 0.18 | 274.17 | 0.44 | 0.68 |
| Hex | B3 | 8A | D2 | F | 22 | 0 | 12 | 112 | 2C | 44 |
| Octal | 263 | 212 | 322 | 17 | 42 | 0 | 22 | 422 | 54 | 104 |
| Binary | 10110011 | 10001010 | 11010010 | 1111 | 100010 | 0 | 10010 | 100010010 | 101100 | 1000100 |
Color Harmonies of #B38AD2
Complementary color
Monochromatic Colors of #B38AD2
Black with #B38AD2
Text Example
Text Example
White with #B38AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38AD2; }
p { color: rgb(179,138,210); }
H1.HeaderClassName
{
color: #B38AD2;
}
.AnyTagClassName
{
color: #B38AD2;
}
</style>
background-color css
<style>
a { background-color: #B38AD2; }
a { background-color: rgb(179,138,210); }
div.DivClassName
{
background-color: #B38AD2;
}
.BgClassName
{
background-color: #B38AD2;
}
</style>
border-color css
<style>
span { border-color: #B38AD2; }
span { border-color: rgb(179,138,210); }
td.TdClassName
{
border-color: #B38AD2;
}
.TagClassName
{
border-color: #B38AD2;
}
</style>