Shades of Biloba Flower #B790F3
Tints of Biloba Flower #B790F3
RGB
CMYK
RGB Variations
Color information
#B790F3 (or 0xB790F3) is known color: Biloba Flower. HEX triplet: B7, 90 and F3. RGB value is (183,144,243). Sum of RGB (Red+Green+Blue) = 183+144+243=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #B790F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B790F3 is #486F0C. Grayscale: #A6A6A6. Windows color (decimal): -4747021 or 15962295. OLE color: 15962295.
HSL color Cylindrical-coordinate representation of color #B790F3: hue angle of 263.64º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B790F3 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 144 | 243 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.05 |
| HSL | 263.64º | 0.8% | 0.76% | - |
| HSV(B) | 263.64º | 0.41% | 0.95% | - |
| XYZ | 45.68 | 36.48 | 89.43 | - |
| YUV | 166.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 243 | 0.25 | 0.41 | 0 | 0.05 | 263.64 | 0.8 | 0.76 |
| Hex | B7 | 90 | F3 | 19 | 29 | 0 | 5 | 108 | 50 | 4C |
| Octal | 267 | 220 | 363 | 31 | 51 | 0 | 5 | 410 | 120 | 114 |
| Binary | 10110111 | 10010000 | 11110011 | 11001 | 101001 | 0 | 101 | 100001000 | 1010000 | 1001100 |
Color Harmonies of #B790F3
Complementary color
Monochromatic Colors of #B790F3
Black with #B790F3
Text Example
Text Example
White with #B790F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790F3; }
p { color: rgb(183,144,243); }
H1.HeaderClassName
{
color: #B790F3;
}
.AnyTagClassName
{
color: #B790F3;
}
</style>
background-color css
<style>
a { background-color: #B790F3; }
a { background-color: rgb(183,144,243); }
div.DivClassName
{
background-color: #B790F3;
}
.BgClassName
{
background-color: #B790F3;
}
</style>
border-color css
<style>
span { border-color: #B790F3; }
span { border-color: rgb(183,144,243); }
td.TdClassName
{
border-color: #B790F3;
}
.TagClassName
{
border-color: #B790F3;
}
</style>