Shades of Biloba Flower #B394DD
Tints of Biloba Flower #B394DD
RGB
CMYK
RGB Variations
Color information
#B394DD (or 0xB394DD) is known color: Biloba Flower. HEX triplet: B3, 94 and DD. RGB value is (179,148,221). Sum of RGB (Red+Green+Blue) = 179+148+221=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B394DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394DD is #4C6B22. Grayscale: #A5A5A5. Windows color (decimal): -5008163 or 14521523. OLE color: 14521523.
HSL color Cylindrical-coordinate representation of color #B394DD: hue angle of 265.48º 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 #B394DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 148 | 221 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.13 |
| HSL | 265.48º | 0.52% | 0.72% | - |
| HSV(B) | 265.48º | 0.33% | 0.87% | - |
| XYZ | 42.23 | 35.98 | 73.13 | - |
| YUV | 165.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 221 | 0.19 | 0.33 | 0 | 0.13 | 265.48 | 0.52 | 0.72 |
| Hex | B3 | 94 | DD | 13 | 21 | 0 | D | 109 | 34 | 48 |
| Octal | 263 | 224 | 335 | 23 | 41 | 0 | 15 | 411 | 64 | 110 |
| Binary | 10110011 | 10010100 | 11011101 | 10011 | 100001 | 0 | 1101 | 100001001 | 110100 | 1001000 |
Color Harmonies of #B394DD
Complementary color
Monochromatic Colors of #B394DD
Black with #B394DD
Text Example
Text Example
White with #B394DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394DD; }
p { color: rgb(179,148,221); }
H1.HeaderClassName
{
color: #B394DD;
}
.AnyTagClassName
{
color: #B394DD;
}
</style>
background-color css
<style>
a { background-color: #B394DD; }
a { background-color: rgb(179,148,221); }
div.DivClassName
{
background-color: #B394DD;
}
.BgClassName
{
background-color: #B394DD;
}
</style>
border-color css
<style>
span { border-color: #B394DD; }
span { border-color: rgb(179,148,221); }
td.TdClassName
{
border-color: #B394DD;
}
.TagClassName
{
border-color: #B394DD;
}
</style>