Shades of Biloba Flower #B593DD
Tints of Biloba Flower #B593DD
RGB
CMYK
RGB Variations
Color information
#B593DD (or 0xB593DD) is known color: Biloba Flower. HEX triplet: B5, 93 and DD. RGB value is (181,147,221). Sum of RGB (Red+Green+Blue) = 181+147+221=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B593DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593DD is #4A6C22. Grayscale: #A5A5A5. Windows color (decimal): -4877347 or 14521269. OLE color: 14521269.
HSL color Cylindrical-coordinate representation of color #B593DD: hue angle of 267.57º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B593DD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 147 | 221 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.13 |
| HSL | 267.57º | 0.52% | 0.72% | - |
| HSV(B) | 267.57º | 0.33% | 0.87% | - |
| XYZ | 42.54 | 35.91 | 73.1 | - |
| YUV | 165.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 221 | 0.18 | 0.33 | 0 | 0.13 | 267.57 | 0.52 | 0.72 |
| Hex | B5 | 93 | DD | 12 | 21 | 0 | D | 10C | 34 | 48 |
| Octal | 265 | 223 | 335 | 22 | 41 | 0 | 15 | 414 | 64 | 110 |
| Binary | 10110101 | 10010011 | 11011101 | 10010 | 100001 | 0 | 1101 | 100001100 | 110100 | 1001000 |
Color Harmonies of #B593DD
Complementary color
Monochromatic Colors of #B593DD
Black with #B593DD
Text Example
Text Example
White with #B593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593DD; }
p { color: rgb(181,147,221); }
H1.HeaderClassName
{
color: #B593DD;
}
.AnyTagClassName
{
color: #B593DD;
}
</style>
background-color css
<style>
a { background-color: #B593DD; }
a { background-color: rgb(181,147,221); }
div.DivClassName
{
background-color: #B593DD;
}
.BgClassName
{
background-color: #B593DD;
}
</style>
border-color css
<style>
span { border-color: #B593DD; }
span { border-color: rgb(181,147,221); }
td.TdClassName
{
border-color: #B593DD;
}
.TagClassName
{
border-color: #B593DD;
}
</style>