Shades of Biloba Flower #B37FEE
Tints of Biloba Flower #B37FEE
RGB
CMYK
RGB Variations
Color information
#B37FEE (or 0xB37FEE) is known color: Biloba Flower. HEX triplet: B3, 7F and EE. RGB value is (179,127,238). Sum of RGB (Red+Green+Blue) = 179+127+238=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #B37FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FEE is #4C8011. Grayscale: #9A9A9A. Windows color (decimal): -5013522 or 15630259. OLE color: 15630259.
HSL color Cylindrical-coordinate representation of color #B37FEE: hue angle of 268.11º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37FEE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 127 | 238 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.07 |
| HSL | 268.11º | 0.77% | 0.72% | - |
| HSV(B) | 268.11º | 0.47% | 0.93% | - |
| XYZ | 41.61 | 30.94 | 84.67 | - |
| YUV | 155.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 238 | 0.25 | 0.47 | 0 | 0.07 | 268.11 | 0.77 | 0.72 |
| Hex | B3 | 7F | EE | 19 | 2F | 0 | 7 | 10C | 4D | 48 |
| Octal | 263 | 177 | 356 | 31 | 57 | 0 | 7 | 414 | 115 | 110 |
| Binary | 10110011 | 1111111 | 11101110 | 11001 | 101111 | 0 | 111 | 100001100 | 1001101 | 1001000 |
Color Harmonies of #B37FEE
Complementary color
Monochromatic Colors of #B37FEE
Black with #B37FEE
Text Example
Text Example
White with #B37FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FEE; }
p { color: rgb(179,127,238); }
H1.HeaderClassName
{
color: #B37FEE;
}
.AnyTagClassName
{
color: #B37FEE;
}
</style>
background-color css
<style>
a { background-color: #B37FEE; }
a { background-color: rgb(179,127,238); }
div.DivClassName
{
background-color: #B37FEE;
}
.BgClassName
{
background-color: #B37FEE;
}
</style>
border-color css
<style>
span { border-color: #B37FEE; }
span { border-color: rgb(179,127,238); }
td.TdClassName
{
border-color: #B37FEE;
}
.TagClassName
{
border-color: #B37FEE;
}
</style>