Shades of Biloba Flower #B293DD
Tints of Biloba Flower #B293DD
RGB
CMYK
RGB Variations
Color information
#B293DD (or 0xB293DD) is known color: Biloba Flower. HEX triplet: B2, 93 and DD. RGB value is (178,147,221). Sum of RGB (Red+Green+Blue) = 178+147+221=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B293DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DD is #4D6C22. Grayscale: #A4A4A4. Windows color (decimal): -5073955 or 14521266. OLE color: 14521266.
HSL color Cylindrical-coordinate representation of color #B293DD: hue angle of 265.14º 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 #B293DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 147 | 221 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.13 |
| HSL | 265.14º | 0.52% | 0.72% | - |
| HSV(B) | 265.14º | 0.33% | 0.87% | - |
| XYZ | 41.84 | 35.55 | 73.06 | - |
| YUV | 164.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 221 | 0.19 | 0.33 | 0 | 0.13 | 265.14 | 0.52 | 0.72 |
| Hex | B2 | 93 | DD | 13 | 21 | 0 | D | 109 | 34 | 48 |
| Octal | 262 | 223 | 335 | 23 | 41 | 0 | 15 | 411 | 64 | 110 |
| Binary | 10110010 | 10010011 | 11011101 | 10011 | 100001 | 0 | 1101 | 100001001 | 110100 | 1001000 |
Color Harmonies of #B293DD
Complementary color
Monochromatic Colors of #B293DD
Black with #B293DD
Text Example
Text Example
White with #B293DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293DD; }
p { color: rgb(178,147,221); }
H1.HeaderClassName
{
color: #B293DD;
}
.AnyTagClassName
{
color: #B293DD;
}
</style>
background-color css
<style>
a { background-color: #B293DD; }
a { background-color: rgb(178,147,221); }
div.DivClassName
{
background-color: #B293DD;
}
.BgClassName
{
background-color: #B293DD;
}
</style>
border-color css
<style>
span { border-color: #B293DD; }
span { border-color: rgb(178,147,221); }
td.TdClassName
{
border-color: #B293DD;
}
.TagClassName
{
border-color: #B293DD;
}
</style>