Shades of Biloba Flower #B782E4
Tints of Biloba Flower #B782E4
RGB
CMYK
RGB Variations
Color information
#B782E4 (or 0xB782E4) is known color: Biloba Flower. HEX triplet: B7, 82 and E4. RGB value is (183,130,228). Sum of RGB (Red+Green+Blue) = 183+130+228=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #B782E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782E4 is #487D1B. Grayscale: #9C9C9C. Windows color (decimal): -4750620 or 14975671. OLE color: 14975671.
HSL color Cylindrical-coordinate representation of color #B782E4: hue angle of 272.45º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B782E4 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 130 | 228 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.11 |
| HSL | 272.45º | 0.64% | 0.7% | - |
| HSV(B) | 272.45º | 0.43% | 0.89% | - |
| XYZ | 41.51 | 31.63 | 77.32 | - |
| YUV | 157.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 228 | 0.20 | 0.43 | 0 | 0.11 | 272.45 | 0.64 | 0.7 |
| Hex | B7 | 82 | E4 | 14 | 2B | 0 | B | 110 | 40 | 46 |
| Octal | 267 | 202 | 344 | 24 | 53 | 0 | 13 | 420 | 100 | 106 |
| Binary | 10110111 | 10000010 | 11100100 | 10100 | 101011 | 0 | 1011 | 100010000 | 1000000 | 1000110 |
Color Harmonies of #B782E4
Complementary color
Monochromatic Colors of #B782E4
Black with #B782E4
Text Example
Text Example
White with #B782E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782E4; }
p { color: rgb(183,130,228); }
H1.HeaderClassName
{
color: #B782E4;
}
.AnyTagClassName
{
color: #B782E4;
}
</style>
background-color css
<style>
a { background-color: #B782E4; }
a { background-color: rgb(183,130,228); }
div.DivClassName
{
background-color: #B782E4;
}
.BgClassName
{
background-color: #B782E4;
}
</style>
border-color css
<style>
span { border-color: #B782E4; }
span { border-color: rgb(183,130,228); }
td.TdClassName
{
border-color: #B782E4;
}
.TagClassName
{
border-color: #B782E4;
}
</style>