Shades of Biloba Flower #B67FE0
Tints of Biloba Flower #B67FE0
RGB
CMYK
RGB Variations
Color information
#B67FE0 (or 0xB67FE0) is known color: Biloba Flower. HEX triplet: B6, 7F and E0. RGB value is (182,127,224). Sum of RGB (Red+Green+Blue) = 182+127+224=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #B67FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FE0 is #49801F. Grayscale: #9A9A9A. Windows color (decimal): -4816928 or 14712758. OLE color: 14712758.
HSL color Cylindrical-coordinate representation of color #B67FE0: hue angle of 274.02º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B67FE0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 127 | 224 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.12 |
| HSL | 274.02º | 0.61% | 0.69% | - |
| HSV(B) | 274.02º | 0.43% | 0.88% | - |
| XYZ | 40.34 | 30.51 | 74.28 | - |
| YUV | 154.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 224 | 0.19 | 0.43 | 0 | 0.12 | 274.02 | 0.61 | 0.69 |
| Hex | B6 | 7F | E0 | 13 | 2B | 0 | C | 112 | 3D | 45 |
| Octal | 266 | 177 | 340 | 23 | 53 | 0 | 14 | 422 | 75 | 105 |
| Binary | 10110110 | 1111111 | 11100000 | 10011 | 101011 | 0 | 1100 | 100010010 | 111101 | 1000101 |
Color Harmonies of #B67FE0
Complementary color
Monochromatic Colors of #B67FE0
Black with #B67FE0
Text Example
Text Example
White with #B67FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67FE0; }
p { color: rgb(182,127,224); }
H1.HeaderClassName
{
color: #B67FE0;
}
.AnyTagClassName
{
color: #B67FE0;
}
</style>
background-color css
<style>
a { background-color: #B67FE0; }
a { background-color: rgb(182,127,224); }
div.DivClassName
{
background-color: #B67FE0;
}
.BgClassName
{
background-color: #B67FE0;
}
</style>
border-color css
<style>
span { border-color: #B67FE0; }
span { border-color: rgb(182,127,224); }
td.TdClassName
{
border-color: #B67FE0;
}
.TagClassName
{
border-color: #B67FE0;
}
</style>