Shades of Biloba Flower #B893D9
Tints of Biloba Flower #B893D9
RGB
CMYK
RGB Variations
Color information
#B893D9 (or 0xB893D9) is known color: Biloba Flower. HEX triplet: B8, 93 and D9. RGB value is (184,147,217). Sum of RGB (Red+Green+Blue) = 184+147+217=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #B893D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893D9 is #476C26. Grayscale: #A5A5A5. Windows color (decimal): -4680743 or 14259128. OLE color: 14259128.
HSL color Cylindrical-coordinate representation of color #B893D9: hue angle of 271.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B893D9 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 147 | 217 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.15 |
| HSL | 271.71º | 0.48% | 0.71% | - |
| HSV(B) | 271.71º | 0.32% | 0.85% | - |
| XYZ | 42.73 | 36.07 | 70.36 | - |
| YUV | 166.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 217 | 0.15 | 0.32 | 0 | 0.15 | 271.71 | 0.48 | 0.71 |
| Hex | B8 | 93 | D9 | F | 20 | 0 | F | 110 | 30 | 47 |
| Octal | 270 | 223 | 331 | 17 | 40 | 0 | 17 | 420 | 60 | 107 |
| Binary | 10111000 | 10010011 | 11011001 | 1111 | 100000 | 0 | 1111 | 100010000 | 110000 | 1000111 |
Color Harmonies of #B893D9
Complementary color
Monochromatic Colors of #B893D9
Black with #B893D9
Text Example
Text Example
White with #B893D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893D9; }
p { color: rgb(184,147,217); }
H1.HeaderClassName
{
color: #B893D9;
}
.AnyTagClassName
{
color: #B893D9;
}
</style>
background-color css
<style>
a { background-color: #B893D9; }
a { background-color: rgb(184,147,217); }
div.DivClassName
{
background-color: #B893D9;
}
.BgClassName
{
background-color: #B893D9;
}
</style>
border-color css
<style>
span { border-color: #B893D9; }
span { border-color: rgb(184,147,217); }
td.TdClassName
{
border-color: #B893D9;
}
.TagClassName
{
border-color: #B893D9;
}
</style>