Shades of Biloba Flower #B48BED
Tints of Biloba Flower #B48BED
RGB
CMYK
RGB Variations
Color information
#B48BED (or 0xB48BED) is known color: Biloba Flower. HEX triplet: B4, 8B and ED. RGB value is (180,139,237). Sum of RGB (Red+Green+Blue) = 180+139+237=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B48BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BED is #4B7412. Grayscale: #A2A2A2. Windows color (decimal): -4944915 or 15567796. OLE color: 15567796.
HSL color Cylindrical-coordinate representation of color #B48BED: hue angle of 265.1º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B48BED is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 139 | 237 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.07 |
| HSL | 265.1º | 0.73% | 0.74% | - |
| HSV(B) | 265.1º | 0.41% | 0.93% | - |
| XYZ | 43.34 | 34.28 | 84.45 | - |
| YUV | 162.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 237 | 0.24 | 0.41 | 0 | 0.07 | 265.1 | 0.73 | 0.74 |
| Hex | B4 | 8B | ED | 18 | 29 | 0 | 7 | 109 | 49 | 4A |
| Octal | 264 | 213 | 355 | 30 | 51 | 0 | 7 | 411 | 111 | 112 |
| Binary | 10110100 | 10001011 | 11101101 | 11000 | 101001 | 0 | 111 | 100001001 | 1001001 | 1001010 |
Color Harmonies of #B48BED
Complementary color
Monochromatic Colors of #B48BED
Black with #B48BED
Text Example
Text Example
White with #B48BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BED; }
p { color: rgb(180,139,237); }
H1.HeaderClassName
{
color: #B48BED;
}
.AnyTagClassName
{
color: #B48BED;
}
</style>
background-color css
<style>
a { background-color: #B48BED; }
a { background-color: rgb(180,139,237); }
div.DivClassName
{
background-color: #B48BED;
}
.BgClassName
{
background-color: #B48BED;
}
</style>
border-color css
<style>
span { border-color: #B48BED; }
span { border-color: rgb(180,139,237); }
td.TdClassName
{
border-color: #B48BED;
}
.TagClassName
{
border-color: #B48BED;
}
</style>