Shades of Biloba Flower #B488F2
Tints of Biloba Flower #B488F2
RGB
CMYK
RGB Variations
Color information
#B488F2 (or 0xB488F2) is known color: Biloba Flower. HEX triplet: B4, 88 and F2. RGB value is (180,136,242). Sum of RGB (Red+Green+Blue) = 180+136+242=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #B488F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F2 is #4B770D. Grayscale: #A0A0A0. Windows color (decimal): -4945678 or 15894708. OLE color: 15894708.
HSL color Cylindrical-coordinate representation of color #B488F2: hue angle of 264.91º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B488F2 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 136 | 242 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.05 |
| HSL | 264.91º | 0.8% | 0.74% | - |
| HSV(B) | 264.91º | 0.44% | 0.95% | - |
| XYZ | 43.65 | 33.72 | 88.21 | - |
| YUV | 161.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 242 | 0.26 | 0.44 | 0 | 0.05 | 264.91 | 0.8 | 0.74 |
| Hex | B4 | 88 | F2 | 1A | 2C | 0 | 5 | 109 | 50 | 4A |
| Octal | 264 | 210 | 362 | 32 | 54 | 0 | 5 | 411 | 120 | 112 |
| Binary | 10110100 | 10001000 | 11110010 | 11010 | 101100 | 0 | 101 | 100001001 | 1010000 | 1001010 |
Color Harmonies of #B488F2
Complementary color
Monochromatic Colors of #B488F2
Black with #B488F2
Text Example
Text Example
White with #B488F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488F2; }
p { color: rgb(180,136,242); }
H1.HeaderClassName
{
color: #B488F2;
}
.AnyTagClassName
{
color: #B488F2;
}
</style>
background-color css
<style>
a { background-color: #B488F2; }
a { background-color: rgb(180,136,242); }
div.DivClassName
{
background-color: #B488F2;
}
.BgClassName
{
background-color: #B488F2;
}
</style>
border-color css
<style>
span { border-color: #B488F2; }
span { border-color: rgb(180,136,242); }
td.TdClassName
{
border-color: #B488F2;
}
.TagClassName
{
border-color: #B488F2;
}
</style>