Shades of Biloba Flower #B389EE
Tints of Biloba Flower #B389EE
RGB
CMYK
RGB Variations
Color information
#B389EE (or 0xB389EE) is known color: Biloba Flower. HEX triplet: B3, 89 and EE. RGB value is (179,137,238). Sum of RGB (Red+Green+Blue) = 179+137+238=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B389EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389EE is #4C7611. Grayscale: #A0A0A0. Windows color (decimal): -5010962 or 15632819. OLE color: 15632819.
HSL color Cylindrical-coordinate representation of color #B389EE: hue angle of 264.95º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B389EE is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 137 | 238 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.07 |
| HSL | 264.95º | 0.75% | 0.74% | - |
| HSV(B) | 264.95º | 0.42% | 0.93% | - |
| XYZ | 42.97 | 33.65 | 85.12 | - |
| YUV | 161.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 238 | 0.25 | 0.42 | 0 | 0.07 | 264.95 | 0.75 | 0.74 |
| Hex | B3 | 89 | EE | 19 | 2A | 0 | 7 | 109 | 4B | 4A |
| Octal | 263 | 211 | 356 | 31 | 52 | 0 | 7 | 411 | 113 | 112 |
| Binary | 10110011 | 10001001 | 11101110 | 11001 | 101010 | 0 | 111 | 100001001 | 1001011 | 1001010 |
Color Harmonies of #B389EE
Complementary color
Monochromatic Colors of #B389EE
Black with #B389EE
Text Example
Text Example
White with #B389EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389EE; }
p { color: rgb(179,137,238); }
H1.HeaderClassName
{
color: #B389EE;
}
.AnyTagClassName
{
color: #B389EE;
}
</style>
background-color css
<style>
a { background-color: #B389EE; }
a { background-color: rgb(179,137,238); }
div.DivClassName
{
background-color: #B389EE;
}
.BgClassName
{
background-color: #B389EE;
}
</style>
border-color css
<style>
span { border-color: #B389EE; }
span { border-color: rgb(179,137,238); }
td.TdClassName
{
border-color: #B389EE;
}
.TagClassName
{
border-color: #B389EE;
}
</style>