Shades of Biloba Flower #B390ED
Tints of Biloba Flower #B390ED
RGB
CMYK
RGB Variations
Color information
#B390ED (or 0xB390ED) is known color: Biloba Flower. HEX triplet: B3, 90 and ED. RGB value is (179,144,237). Sum of RGB (Red+Green+Blue) = 179+144+237=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #B390ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390ED is #4C6F12. Grayscale: #A4A4A4. Windows color (decimal): -5009171 or 15569075. OLE color: 15569075.
HSL color Cylindrical-coordinate representation of color #B390ED: hue angle of 262.58º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B390ED is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 144 | 237 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.07 |
| HSL | 262.58º | 0.72% | 0.75% | - |
| HSV(B) | 262.58º | 0.39% | 0.93% | - |
| XYZ | 43.85 | 35.64 | 84.69 | - |
| YUV | 165.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 237 | 0.24 | 0.39 | 0 | 0.07 | 262.58 | 0.72 | 0.75 |
| Hex | B3 | 90 | ED | 18 | 27 | 0 | 7 | 107 | 48 | 4B |
| Octal | 263 | 220 | 355 | 30 | 47 | 0 | 7 | 407 | 110 | 113 |
| Binary | 10110011 | 10010000 | 11101101 | 11000 | 100111 | 0 | 111 | 100000111 | 1001000 | 1001011 |
Color Harmonies of #B390ED
Complementary color
Monochromatic Colors of #B390ED
Black with #B390ED
Text Example
Text Example
White with #B390ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390ED; }
p { color: rgb(179,144,237); }
H1.HeaderClassName
{
color: #B390ED;
}
.AnyTagClassName
{
color: #B390ED;
}
</style>
background-color css
<style>
a { background-color: #B390ED; }
a { background-color: rgb(179,144,237); }
div.DivClassName
{
background-color: #B390ED;
}
.BgClassName
{
background-color: #B390ED;
}
</style>
border-color css
<style>
span { border-color: #B390ED; }
span { border-color: rgb(179,144,237); }
td.TdClassName
{
border-color: #B390ED;
}
.TagClassName
{
border-color: #B390ED;
}
</style>