Shades of Biloba Flower #B993D7
Tints of Biloba Flower #B993D7
RGB
CMYK
RGB Variations
Color information
#B993D7 (or 0xB993D7) is known color: Biloba Flower. HEX triplet: B9, 93 and D7. RGB value is (185,147,215). Sum of RGB (Red+Green+Blue) = 185+147+215=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #B993D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993D7 is #466C28. Grayscale: #A5A5A5. Windows color (decimal): -4615209 or 14128057. OLE color: 14128057.
HSL color Cylindrical-coordinate representation of color #B993D7: hue angle of 273.53º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B993D7 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 147 | 215 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.16 |
| HSL | 273.53º | 0.46% | 0.71% | - |
| HSV(B) | 273.53º | 0.32% | 0.84% | - |
| XYZ | 42.71 | 36.09 | 69 | - |
| YUV | 166.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 215 | 0.14 | 0.32 | 0 | 0.16 | 273.53 | 0.46 | 0.71 |
| Hex | B9 | 93 | D7 | E | 20 | 0 | 10 | 112 | 2E | 47 |
| Octal | 271 | 223 | 327 | 16 | 40 | 0 | 20 | 422 | 56 | 107 |
| Binary | 10111001 | 10010011 | 11010111 | 1110 | 100000 | 0 | 10000 | 100010010 | 101110 | 1000111 |
Color Harmonies of #B993D7
Complementary color
Monochromatic Colors of #B993D7
Black with #B993D7
Text Example
Text Example
White with #B993D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993D7; }
p { color: rgb(185,147,215); }
H1.HeaderClassName
{
color: #B993D7;
}
.AnyTagClassName
{
color: #B993D7;
}
</style>
background-color css
<style>
a { background-color: #B993D7; }
a { background-color: rgb(185,147,215); }
div.DivClassName
{
background-color: #B993D7;
}
.BgClassName
{
background-color: #B993D7;
}
</style>
border-color css
<style>
span { border-color: #B993D7; }
span { border-color: rgb(185,147,215); }
td.TdClassName
{
border-color: #B993D7;
}
.TagClassName
{
border-color: #B993D7;
}
</style>