Shades of Biloba Flower #B97DE4
Tints of Biloba Flower #B97DE4
RGB
CMYK
RGB Variations
Color information
#B97DE4 (or 0xB97DE4) is known color: Biloba Flower. HEX triplet: B9, 7D and E4. RGB value is (185,125,228). Sum of RGB (Red+Green+Blue) = 185+125+228=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #B97DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DE4 is #46821B. Grayscale: #9A9A9A. Windows color (decimal): -4620828 or 14974393. OLE color: 14974393.
HSL color Cylindrical-coordinate representation of color #B97DE4: hue angle of 274.95º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B97DE4 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 125 | 228 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.11 |
| HSL | 274.95º | 0.66% | 0.69% | - |
| HSV(B) | 274.95º | 0.45% | 0.89% | - |
| XYZ | 41.34 | 30.58 | 77.12 | - |
| YUV | 154.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 228 | 0.19 | 0.45 | 0 | 0.11 | 274.95 | 0.66 | 0.69 |
| Hex | B9 | 7D | E4 | 13 | 2D | 0 | B | 113 | 42 | 45 |
| Octal | 271 | 175 | 344 | 23 | 55 | 0 | 13 | 423 | 102 | 105 |
| Binary | 10111001 | 1111101 | 11100100 | 10011 | 101101 | 0 | 1011 | 100010011 | 1000010 | 1000101 |
Color Harmonies of #B97DE4
Complementary color
Monochromatic Colors of #B97DE4
Black with #B97DE4
Text Example
Text Example
White with #B97DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97DE4; }
p { color: rgb(185,125,228); }
H1.HeaderClassName
{
color: #B97DE4;
}
.AnyTagClassName
{
color: #B97DE4;
}
</style>
background-color css
<style>
a { background-color: #B97DE4; }
a { background-color: rgb(185,125,228); }
div.DivClassName
{
background-color: #B97DE4;
}
.BgClassName
{
background-color: #B97DE4;
}
</style>
border-color css
<style>
span { border-color: #B97DE4; }
span { border-color: rgb(185,125,228); }
td.TdClassName
{
border-color: #B97DE4;
}
.TagClassName
{
border-color: #B97DE4;
}
</style>