Shades of Biloba Flower #B993EA
Tints of Biloba Flower #B993EA
RGB
CMYK
RGB Variations
Color information
#B993EA (or 0xB993EA) is known color: Biloba Flower. HEX triplet: B9, 93 and EA. RGB value is (185,147,234). Sum of RGB (Red+Green+Blue) = 185+147+234=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #B993EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993EA is #466C15. Grayscale: #A7A7A7. Windows color (decimal): -4615190 or 15373241. OLE color: 15373241.
HSL color Cylindrical-coordinate representation of color #B993EA: hue angle of 266.21º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B993EA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 147 | 234 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.08 |
| HSL | 266.21º | 0.67% | 0.75% | - |
| HSV(B) | 266.21º | 0.37% | 0.92% | - |
| XYZ | 45.29 | 37.12 | 82.62 | - |
| YUV | 168.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 234 | 0.21 | 0.37 | 0 | 0.08 | 266.21 | 0.67 | 0.75 |
| Hex | B9 | 93 | EA | 15 | 25 | 0 | 8 | 10A | 43 | 4B |
| Octal | 271 | 223 | 352 | 25 | 45 | 0 | 10 | 412 | 103 | 113 |
| Binary | 10111001 | 10010011 | 11101010 | 10101 | 100101 | 0 | 1000 | 100001010 | 1000011 | 1001011 |
Color Harmonies of #B993EA
Complementary color
Monochromatic Colors of #B993EA
Black with #B993EA
Text Example
Text Example
White with #B993EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993EA; }
p { color: rgb(185,147,234); }
H1.HeaderClassName
{
color: #B993EA;
}
.AnyTagClassName
{
color: #B993EA;
}
</style>
background-color css
<style>
a { background-color: #B993EA; }
a { background-color: rgb(185,147,234); }
div.DivClassName
{
background-color: #B993EA;
}
.BgClassName
{
background-color: #B993EA;
}
</style>
border-color css
<style>
span { border-color: #B993EA; }
span { border-color: rgb(185,147,234); }
td.TdClassName
{
border-color: #B993EA;
}
.TagClassName
{
border-color: #B993EA;
}
</style>