Shades of Biloba Flower #B790F0
Tints of Biloba Flower #B790F0
RGB
CMYK
RGB Variations
Color information
#B790F0 (or 0xB790F0) is known color: Biloba Flower. HEX triplet: B7, 90 and F0. RGB value is (183,144,240). Sum of RGB (Red+Green+Blue) = 183+144+240=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B790F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B790F0 is #486F0F. Grayscale: #A6A6A6. Windows color (decimal): -4747024 or 15765687. OLE color: 15765687.
HSL color Cylindrical-coordinate representation of color #B790F0: hue angle of 264.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B790F0 is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 144 | 240 | - |
| CMYK | 0.24 | 0.4 | 0 | 0.06 |
| HSL | 264.38º | 0.76% | 0.75% | - |
| HSV(B) | 264.38º | 0.4% | 0.94% | - |
| XYZ | 45.23 | 36.31 | 87.06 | - |
| YUV | 166.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 240 | 0.24 | 0.4 | 0 | 0.06 | 264.38 | 0.76 | 0.75 |
| Hex | B7 | 90 | F0 | 18 | 28 | 0 | 6 | 108 | 4C | 4B |
| Octal | 267 | 220 | 360 | 30 | 50 | 0 | 6 | 410 | 114 | 113 |
| Binary | 10110111 | 10010000 | 11110000 | 11000 | 101000 | 0 | 110 | 100001000 | 1001100 | 1001011 |
Color Harmonies of #B790F0
Complementary color
Monochromatic Colors of #B790F0
Black with #B790F0
Text Example
Text Example
White with #B790F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790F0; }
p { color: rgb(183,144,240); }
H1.HeaderClassName
{
color: #B790F0;
}
.AnyTagClassName
{
color: #B790F0;
}
</style>
background-color css
<style>
a { background-color: #B790F0; }
a { background-color: rgb(183,144,240); }
div.DivClassName
{
background-color: #B790F0;
}
.BgClassName
{
background-color: #B790F0;
}
</style>
border-color css
<style>
span { border-color: #B790F0; }
span { border-color: rgb(183,144,240); }
td.TdClassName
{
border-color: #B790F0;
}
.TagClassName
{
border-color: #B790F0;
}
</style>