Shades of Biloba Flower #B593D3
Tints of Biloba Flower #B593D3
RGB
CMYK
RGB Variations
Color information
#B593D3 (or 0xB593D3) is known color: Biloba Flower. HEX triplet: B5, 93 and D3. RGB value is (181,147,211). Sum of RGB (Red+Green+Blue) = 181+147+211=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #B593D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593D3 is #4A6C2C. Grayscale: #A4A4A4. Windows color (decimal): -4877357 or 13865909. OLE color: 13865909.
HSL color Cylindrical-coordinate representation of color #B593D3: hue angle of 271.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B593D3 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 147 | 211 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.17 |
| HSL | 271.88º | 0.42% | 0.7% | - |
| HSV(B) | 271.88º | 0.3% | 0.83% | - |
| XYZ | 41.25 | 35.39 | 66.29 | - |
| YUV | 164.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 211 | 0.14 | 0.30 | 0 | 0.17 | 271.88 | 0.42 | 0.7 |
| Hex | B5 | 93 | D3 | E | 1E | 0 | 11 | 110 | 2A | 46 |
| Octal | 265 | 223 | 323 | 16 | 36 | 0 | 21 | 420 | 52 | 106 |
| Binary | 10110101 | 10010011 | 11010011 | 1110 | 11110 | 0 | 10001 | 100010000 | 101010 | 1000110 |
Color Harmonies of #B593D3
Complementary color
Monochromatic Colors of #B593D3
Black with #B593D3
Text Example
Text Example
White with #B593D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593D3; }
p { color: rgb(181,147,211); }
H1.HeaderClassName
{
color: #B593D3;
}
.AnyTagClassName
{
color: #B593D3;
}
</style>
background-color css
<style>
a { background-color: #B593D3; }
a { background-color: rgb(181,147,211); }
div.DivClassName
{
background-color: #B593D3;
}
.BgClassName
{
background-color: #B593D3;
}
</style>
border-color css
<style>
span { border-color: #B593D3; }
span { border-color: rgb(181,147,211); }
td.TdClassName
{
border-color: #B593D3;
}
.TagClassName
{
border-color: #B593D3;
}
</style>