Shades of Biloba Flower #B48FE3
Tints of Biloba Flower #B48FE3
RGB
CMYK
RGB Variations
Color information
#B48FE3 (or 0xB48FE3) is known color: Biloba Flower. HEX triplet: B4, 8F and E3. RGB value is (180,143,227). Sum of RGB (Red+Green+Blue) = 180+143+227=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #B48FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FE3 is #4B701C. Grayscale: #A3A3A3. Windows color (decimal): -4943901 or 14913460. OLE color: 14913460.
HSL color Cylindrical-coordinate representation of color #B48FE3: hue angle of 266.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48FE3 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 143 | 227 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.11 |
| HSL | 266.43º | 0.6% | 0.73% | - |
| HSV(B) | 266.43º | 0.37% | 0.89% | - |
| XYZ | 42.51 | 34.89 | 77.17 | - |
| YUV | 163.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 227 | 0.21 | 0.37 | 0 | 0.11 | 266.43 | 0.6 | 0.73 |
| Hex | B4 | 8F | E3 | 15 | 25 | 0 | B | 10A | 3C | 49 |
| Octal | 264 | 217 | 343 | 25 | 45 | 0 | 13 | 412 | 74 | 111 |
| Binary | 10110100 | 10001111 | 11100011 | 10101 | 100101 | 0 | 1011 | 100001010 | 111100 | 1001001 |
Color Harmonies of #B48FE3
Complementary color
Monochromatic Colors of #B48FE3
Black with #B48FE3
Text Example
Text Example
White with #B48FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FE3; }
p { color: rgb(180,143,227); }
H1.HeaderClassName
{
color: #B48FE3;
}
.AnyTagClassName
{
color: #B48FE3;
}
</style>
background-color css
<style>
a { background-color: #B48FE3; }
a { background-color: rgb(180,143,227); }
div.DivClassName
{
background-color: #B48FE3;
}
.BgClassName
{
background-color: #B48FE3;
}
</style>
border-color css
<style>
span { border-color: #B48FE3; }
span { border-color: rgb(180,143,227); }
td.TdClassName
{
border-color: #B48FE3;
}
.TagClassName
{
border-color: #B48FE3;
}
</style>