Shades of Biloba Flower #B993E0
Tints of Biloba Flower #B993E0
RGB
CMYK
RGB Variations
Color information
#B993E0 (or 0xB993E0) is known color: Biloba Flower. HEX triplet: B9, 93 and E0. RGB value is (185,147,224). Sum of RGB (Red+Green+Blue) = 185+147+224=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #B993E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993E0 is #466C1F. Grayscale: #A6A6A6. Windows color (decimal): -4615200 or 14717881. OLE color: 14717881.
HSL color Cylindrical-coordinate representation of color #B993E0: hue angle of 269.61º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B993E0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 147 | 224 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.12 |
| HSL | 269.61º | 0.55% | 0.73% | - |
| HSV(B) | 269.61º | 0.34% | 0.88% | - |
| XYZ | 43.9 | 36.56 | 75.26 | - |
| YUV | 167.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 224 | 0.17 | 0.34 | 0 | 0.12 | 269.61 | 0.55 | 0.73 |
| Hex | B9 | 93 | E0 | 11 | 22 | 0 | C | 10E | 37 | 49 |
| Octal | 271 | 223 | 340 | 21 | 42 | 0 | 14 | 416 | 67 | 111 |
| Binary | 10111001 | 10010011 | 11100000 | 10001 | 100010 | 0 | 1100 | 100001110 | 110111 | 1001001 |
Color Harmonies of #B993E0
Complementary color
Monochromatic Colors of #B993E0
Black with #B993E0
Text Example
Text Example
White with #B993E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993E0; }
p { color: rgb(185,147,224); }
H1.HeaderClassName
{
color: #B993E0;
}
.AnyTagClassName
{
color: #B993E0;
}
</style>
background-color css
<style>
a { background-color: #B993E0; }
a { background-color: rgb(185,147,224); }
div.DivClassName
{
background-color: #B993E0;
}
.BgClassName
{
background-color: #B993E0;
}
</style>
border-color css
<style>
span { border-color: #B993E0; }
span { border-color: rgb(185,147,224); }
td.TdClassName
{
border-color: #B993E0;
}
.TagClassName
{
border-color: #B993E0;
}
</style>