Shades of Biloba Flower #B790ED
Tints of Biloba Flower #B790ED
RGB
CMYK
RGB Variations
Color information
#B790ED (or 0xB790ED) is known color: Biloba Flower. HEX triplet: B7, 90 and ED. RGB value is (183,144,237). Sum of RGB (Red+Green+Blue) = 183+144+237=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B790ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B790ED is #486F12. Grayscale: #A5A5A5. Windows color (decimal): -4747027 or 15569079. OLE color: 15569079.
HSL color Cylindrical-coordinate representation of color #B790ED: hue angle of 265.16º 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 #B790ED is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 144 | 237 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.07 |
| HSL | 265.16º | 0.72% | 0.75% | - |
| HSV(B) | 265.16º | 0.39% | 0.93% | - |
| XYZ | 44.79 | 36.13 | 84.73 | - |
| YUV | 166.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 237 | 0.23 | 0.39 | 0 | 0.07 | 265.16 | 0.72 | 0.75 |
| Hex | B7 | 90 | ED | 17 | 27 | 0 | 7 | 109 | 48 | 4B |
| Octal | 267 | 220 | 355 | 27 | 47 | 0 | 7 | 411 | 110 | 113 |
| Binary | 10110111 | 10010000 | 11101101 | 10111 | 100111 | 0 | 111 | 100001001 | 1001000 | 1001011 |
Color Harmonies of #B790ED
Complementary color
Monochromatic Colors of #B790ED
Black with #B790ED
Text Example
Text Example
White with #B790ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790ED; }
p { color: rgb(183,144,237); }
H1.HeaderClassName
{
color: #B790ED;
}
.AnyTagClassName
{
color: #B790ED;
}
</style>
background-color css
<style>
a { background-color: #B790ED; }
a { background-color: rgb(183,144,237); }
div.DivClassName
{
background-color: #B790ED;
}
.BgClassName
{
background-color: #B790ED;
}
</style>
border-color css
<style>
span { border-color: #B790ED; }
span { border-color: rgb(183,144,237); }
td.TdClassName
{
border-color: #B790ED;
}
.TagClassName
{
border-color: #B790ED;
}
</style>