Shades of Biloba Flower #B781E0
Tints of Biloba Flower #B781E0
RGB
CMYK
RGB Variations
Color information
#B781E0 (or 0xB781E0) is known color: Biloba Flower. HEX triplet: B7, 81 and E0. RGB value is (183,129,224). Sum of RGB (Red+Green+Blue) = 183+129+224=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #B781E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781E0 is #487E1F. Grayscale: #9B9B9B. Windows color (decimal): -4750880 or 14713271. OLE color: 14713271.
HSL color Cylindrical-coordinate representation of color #B781E0: hue angle of 274.11º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B781E0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 129 | 224 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.12 |
| HSL | 274.11º | 0.61% | 0.69% | - |
| HSV(B) | 274.11º | 0.42% | 0.88% | - |
| XYZ | 40.83 | 31.15 | 74.38 | - |
| YUV | 155.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 224 | 0.18 | 0.42 | 0 | 0.12 | 274.11 | 0.61 | 0.69 |
| Hex | B7 | 81 | E0 | 12 | 2A | 0 | C | 112 | 3D | 45 |
| Octal | 267 | 201 | 340 | 22 | 52 | 0 | 14 | 422 | 75 | 105 |
| Binary | 10110111 | 10000001 | 11100000 | 10010 | 101010 | 0 | 1100 | 100010010 | 111101 | 1000101 |
Color Harmonies of #B781E0
Complementary color
Monochromatic Colors of #B781E0
Black with #B781E0
Text Example
Text Example
White with #B781E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B781E0; }
p { color: rgb(183,129,224); }
H1.HeaderClassName
{
color: #B781E0;
}
.AnyTagClassName
{
color: #B781E0;
}
</style>
background-color css
<style>
a { background-color: #B781E0; }
a { background-color: rgb(183,129,224); }
div.DivClassName
{
background-color: #B781E0;
}
.BgClassName
{
background-color: #B781E0;
}
</style>
border-color css
<style>
span { border-color: #B781E0; }
span { border-color: rgb(183,129,224); }
td.TdClassName
{
border-color: #B781E0;
}
.TagClassName
{
border-color: #B781E0;
}
</style>