Shades of Biloba Flower #B890F2
Tints of Biloba Flower #B890F2
RGB
CMYK
RGB Variations
Color information
#B890F2 (or 0xB890F2) is known color: Biloba Flower. HEX triplet: B8, 90 and F2. RGB value is (184,144,242). Sum of RGB (Red+Green+Blue) = 184+144+242=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #B890F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890F2 is #476F0D. Grayscale: #A6A6A6. Windows color (decimal): -4681486 or 15896760. OLE color: 15896760.
HSL color Cylindrical-coordinate representation of color #B890F2: hue angle of 264.49º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B890F2 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 144 | 242 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.05 |
| HSL | 264.49º | 0.79% | 0.76% | - |
| HSV(B) | 264.49º | 0.4% | 0.95% | - |
| XYZ | 45.77 | 36.55 | 88.65 | - |
| YUV | 167.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 242 | 0.24 | 0.40 | 0 | 0.05 | 264.49 | 0.79 | 0.76 |
| Hex | B8 | 90 | F2 | 18 | 28 | 0 | 5 | 108 | 4F | 4C |
| Octal | 270 | 220 | 362 | 30 | 50 | 0 | 5 | 410 | 117 | 114 |
| Binary | 10111000 | 10010000 | 11110010 | 11000 | 101000 | 0 | 101 | 100001000 | 1001111 | 1001100 |
Color Harmonies of #B890F2
Complementary color
Monochromatic Colors of #B890F2
Black with #B890F2
Text Example
Text Example
White with #B890F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890F2; }
p { color: rgb(184,144,242); }
H1.HeaderClassName
{
color: #B890F2;
}
.AnyTagClassName
{
color: #B890F2;
}
</style>
background-color css
<style>
a { background-color: #B890F2; }
a { background-color: rgb(184,144,242); }
div.DivClassName
{
background-color: #B890F2;
}
.BgClassName
{
background-color: #B890F2;
}
</style>
border-color css
<style>
span { border-color: #B890F2; }
span { border-color: rgb(184,144,242); }
td.TdClassName
{
border-color: #B890F2;
}
.TagClassName
{
border-color: #B890F2;
}
</style>