Shades of Biloba Flower #B784E2
Tints of Biloba Flower #B784E2
RGB
CMYK
RGB Variations
Color information
#B784E2 (or 0xB784E2) is known color: Biloba Flower. HEX triplet: B7, 84 and E2. RGB value is (183,132,226). Sum of RGB (Red+Green+Blue) = 183+132+226=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #B784E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B784E2 is #487B1D. Grayscale: #9D9D9D. Windows color (decimal): -4750110 or 14845111. OLE color: 14845111.
HSL color Cylindrical-coordinate representation of color #B784E2: hue angle of 272.55º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B784E2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 132 | 226 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.11 |
| HSL | 272.55º | 0.62% | 0.7% | - |
| HSV(B) | 272.55º | 0.42% | 0.89% | - |
| XYZ | 41.51 | 32.06 | 75.95 | - |
| YUV | 157.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 226 | 0.19 | 0.42 | 0 | 0.11 | 272.55 | 0.62 | 0.7 |
| Hex | B7 | 84 | E2 | 13 | 2A | 0 | B | 111 | 3E | 46 |
| Octal | 267 | 204 | 342 | 23 | 52 | 0 | 13 | 421 | 76 | 106 |
| Binary | 10110111 | 10000100 | 11100010 | 10011 | 101010 | 0 | 1011 | 100010001 | 111110 | 1000110 |
Color Harmonies of #B784E2
Complementary color
Monochromatic Colors of #B784E2
Black with #B784E2
Text Example
Text Example
White with #B784E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B784E2; }
p { color: rgb(183,132,226); }
H1.HeaderClassName
{
color: #B784E2;
}
.AnyTagClassName
{
color: #B784E2;
}
</style>
background-color css
<style>
a { background-color: #B784E2; }
a { background-color: rgb(183,132,226); }
div.DivClassName
{
background-color: #B784E2;
}
.BgClassName
{
background-color: #B784E2;
}
</style>
border-color css
<style>
span { border-color: #B784E2; }
span { border-color: rgb(183,132,226); }
td.TdClassName
{
border-color: #B784E2;
}
.TagClassName
{
border-color: #B784E2;
}
</style>