Shades of Biloba Flower #B394E8
Tints of Biloba Flower #B394E8
RGB
CMYK
RGB Variations
Color information
#B394E8 (or 0xB394E8) is known color: Biloba Flower. HEX triplet: B3, 94 and E8. RGB value is (179,148,232). Sum of RGB (Red+Green+Blue) = 179+148+232=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #B394E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394E8 is #4C6B17. Grayscale: #A6A6A6. Windows color (decimal): -5008152 or 15242419. OLE color: 15242419.
HSL color Cylindrical-coordinate representation of color #B394E8: hue angle of 262.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B394E8 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 148 | 232 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.09 |
| HSL | 262.14º | 0.65% | 0.75% | - |
| HSV(B) | 262.14º | 0.36% | 0.91% | - |
| XYZ | 43.75 | 36.59 | 81.1 | - |
| YUV | 166.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 232 | 0.23 | 0.36 | 0 | 0.09 | 262.14 | 0.65 | 0.75 |
| Hex | B3 | 94 | E8 | 17 | 24 | 0 | 9 | 106 | 41 | 4B |
| Octal | 263 | 224 | 350 | 27 | 44 | 0 | 11 | 406 | 101 | 113 |
| Binary | 10110011 | 10010100 | 11101000 | 10111 | 100100 | 0 | 1001 | 100000110 | 1000001 | 1001011 |
Color Harmonies of #B394E8
Complementary color
Monochromatic Colors of #B394E8
Black with #B394E8
Text Example
Text Example
White with #B394E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394E8; }
p { color: rgb(179,148,232); }
H1.HeaderClassName
{
color: #B394E8;
}
.AnyTagClassName
{
color: #B394E8;
}
</style>
background-color css
<style>
a { background-color: #B394E8; }
a { background-color: rgb(179,148,232); }
div.DivClassName
{
background-color: #B394E8;
}
.BgClassName
{
background-color: #B394E8;
}
</style>
border-color css
<style>
span { border-color: #B394E8; }
span { border-color: rgb(179,148,232); }
td.TdClassName
{
border-color: #B394E8;
}
.TagClassName
{
border-color: #B394E8;
}
</style>