Shades of Biloba Flower #B393DC
Tints of Biloba Flower #B393DC
RGB
CMYK
RGB Variations
Color information
#B393DC (or 0xB393DC) is known color: Biloba Flower. HEX triplet: B3, 93 and DC. RGB value is (179,147,220). Sum of RGB (Red+Green+Blue) = 179+147+220=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B393DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393DC is #4C6C23. Grayscale: #A4A4A4. Windows color (decimal): -5008420 or 14455731. OLE color: 14455731.
HSL color Cylindrical-coordinate representation of color #B393DC: hue angle of 266.3º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B393DC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 147 | 220 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.14 |
| HSL | 266.3º | 0.51% | 0.72% | - |
| HSV(B) | 266.3º | 0.33% | 0.86% | - |
| XYZ | 41.94 | 35.62 | 72.37 | - |
| YUV | 164.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 220 | 0.19 | 0.33 | 0 | 0.14 | 266.3 | 0.51 | 0.72 |
| Hex | B3 | 93 | DC | 13 | 21 | 0 | E | 10A | 33 | 48 |
| Octal | 263 | 223 | 334 | 23 | 41 | 0 | 16 | 412 | 63 | 110 |
| Binary | 10110011 | 10010011 | 11011100 | 10011 | 100001 | 0 | 1110 | 100001010 | 110011 | 1001000 |
Color Harmonies of #B393DC
Complementary color
Monochromatic Colors of #B393DC
Black with #B393DC
Text Example
Text Example
White with #B393DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393DC; }
p { color: rgb(179,147,220); }
H1.HeaderClassName
{
color: #B393DC;
}
.AnyTagClassName
{
color: #B393DC;
}
</style>
background-color css
<style>
a { background-color: #B393DC; }
a { background-color: rgb(179,147,220); }
div.DivClassName
{
background-color: #B393DC;
}
.BgClassName
{
background-color: #B393DC;
}
</style>
border-color css
<style>
span { border-color: #B393DC; }
span { border-color: rgb(179,147,220); }
td.TdClassName
{
border-color: #B393DC;
}
.TagClassName
{
border-color: #B393DC;
}
</style>