Shades of Biloba Flower #B79CE1
Tints of Biloba Flower #B79CE1
RGB
CMYK
RGB Variations
Color information
#B79CE1 (or 0xB79CE1) is known color: Biloba Flower. HEX triplet: B7, 9C and E1. RGB value is (183,156,225). Sum of RGB (Red+Green+Blue) = 183+156+225=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #B79CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CE1 is #48631E. Grayscale: #ABABAB. Windows color (decimal): -4743967 or 14785719. OLE color: 14785719.
HSL color Cylindrical-coordinate representation of color #B79CE1: hue angle of 263.48º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B79CE1 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 156 | 225 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.12 |
| HSL | 263.48º | 0.53% | 0.75% | - |
| HSV(B) | 263.48º | 0.31% | 0.88% | - |
| XYZ | 45.01 | 39.28 | 76.44 | - |
| YUV | 171.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 225 | 0.19 | 0.31 | 0 | 0.12 | 263.48 | 0.53 | 0.75 |
| Hex | B7 | 9C | E1 | 13 | 1F | 0 | C | 107 | 35 | 4B |
| Octal | 267 | 234 | 341 | 23 | 37 | 0 | 14 | 407 | 65 | 113 |
| Binary | 10110111 | 10011100 | 11100001 | 10011 | 11111 | 0 | 1100 | 100000111 | 110101 | 1001011 |
Color Harmonies of #B79CE1
Complementary color
Monochromatic Colors of #B79CE1
Black with #B79CE1
Text Example
Text Example
White with #B79CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79CE1; }
p { color: rgb(183,156,225); }
H1.HeaderClassName
{
color: #B79CE1;
}
.AnyTagClassName
{
color: #B79CE1;
}
</style>
background-color css
<style>
a { background-color: #B79CE1; }
a { background-color: rgb(183,156,225); }
div.DivClassName
{
background-color: #B79CE1;
}
.BgClassName
{
background-color: #B79CE1;
}
</style>
border-color css
<style>
span { border-color: #B79CE1; }
span { border-color: rgb(183,156,225); }
td.TdClassName
{
border-color: #B79CE1;
}
.TagClassName
{
border-color: #B79CE1;
}
</style>