Shades of Biloba Flower #B68EE0
Tints of Biloba Flower #B68EE0
RGB
CMYK
RGB Variations
Color information
#B68EE0 (or 0xB68EE0) is known color: Biloba Flower. HEX triplet: B6, 8E and E0. RGB value is (182,142,224). Sum of RGB (Red+Green+Blue) = 182+142+224=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #B68EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EE0 is #49711F. Grayscale: #A3A3A3. Windows color (decimal): -4813088 or 14716598. OLE color: 14716598.
HSL color Cylindrical-coordinate representation of color #B68EE0: hue angle of 269.27º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68EE0 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 142 | 224 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.12 |
| HSL | 269.27º | 0.57% | 0.72% | - |
| HSV(B) | 269.27º | 0.37% | 0.88% | - |
| XYZ | 42.42 | 34.67 | 74.98 | - |
| YUV | 163.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 224 | 0.19 | 0.37 | 0 | 0.12 | 269.27 | 0.57 | 0.72 |
| Hex | B6 | 8E | E0 | 13 | 25 | 0 | C | 10D | 39 | 48 |
| Octal | 266 | 216 | 340 | 23 | 45 | 0 | 14 | 415 | 71 | 110 |
| Binary | 10110110 | 10001110 | 11100000 | 10011 | 100101 | 0 | 1100 | 100001101 | 111001 | 1001000 |
Color Harmonies of #B68EE0
Complementary color
Monochromatic Colors of #B68EE0
Black with #B68EE0
Text Example
Text Example
White with #B68EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EE0; }
p { color: rgb(182,142,224); }
H1.HeaderClassName
{
color: #B68EE0;
}
.AnyTagClassName
{
color: #B68EE0;
}
</style>
background-color css
<style>
a { background-color: #B68EE0; }
a { background-color: rgb(182,142,224); }
div.DivClassName
{
background-color: #B68EE0;
}
.BgClassName
{
background-color: #B68EE0;
}
</style>
border-color css
<style>
span { border-color: #B68EE0; }
span { border-color: rgb(182,142,224); }
td.TdClassName
{
border-color: #B68EE0;
}
.TagClassName
{
border-color: #B68EE0;
}
</style>