Shades of Biloba Flower #B390FA
Tints of Biloba Flower #B390FA
RGB
CMYK
RGB Variations
Color information
#B390FA (or 0xB390FA) is known color: Biloba Flower. HEX triplet: B3, 90 and FA. RGB value is (179,144,250). Sum of RGB (Red+Green+Blue) = 179+144+250=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B390FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390FA is #4C6F05. Grayscale: #A6A6A6. Windows color (decimal): -5009158 or 16421043. OLE color: 16421043.
HSL color Cylindrical-coordinate representation of color #B390FA: hue angle of 259.81º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B390FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 144 | 250 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.02 |
| HSL | 259.81º | 0.91% | 0.77% | - |
| HSV(B) | 259.81º | 0.42% | 0.98% | - |
| XYZ | 45.82 | 36.43 | 95.06 | - |
| YUV | 166.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 250 | 0.28 | 0.42 | 0 | 0.02 | 259.81 | 0.91 | 0.77 |
| Hex | B3 | 90 | FA | 1C | 2A | 0 | 2 | 104 | 5B | 4D |
| Octal | 263 | 220 | 372 | 34 | 52 | 0 | 2 | 404 | 133 | 115 |
| Binary | 10110011 | 10010000 | 11111010 | 11100 | 101010 | 0 | 10 | 100000100 | 1011011 | 1001101 |
Color Harmonies of #B390FA
Complementary color
Monochromatic Colors of #B390FA
Black with #B390FA
Text Example
Text Example
White with #B390FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390FA; }
p { color: rgb(179,144,250); }
H1.HeaderClassName
{
color: #B390FA;
}
.AnyTagClassName
{
color: #B390FA;
}
</style>
background-color css
<style>
a { background-color: #B390FA; }
a { background-color: rgb(179,144,250); }
div.DivClassName
{
background-color: #B390FA;
}
.BgClassName
{
background-color: #B390FA;
}
</style>
border-color css
<style>
span { border-color: #B390FA; }
span { border-color: rgb(179,144,250); }
td.TdClassName
{
border-color: #B390FA;
}
.TagClassName
{
border-color: #B390FA;
}
</style>