Shades of Biloba Flower #B399E6
Tints of Biloba Flower #B399E6
RGB
CMYK
RGB Variations
Color information
#B399E6 (or 0xB399E6) is known color: Biloba Flower. HEX triplet: B3, 99 and E6. RGB value is (179,153,230). Sum of RGB (Red+Green+Blue) = 179+153+230=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #B399E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399E6 is #4C6619. Grayscale: #A9A9A9. Windows color (decimal): -5006874 or 15112627. OLE color: 15112627.
HSL color Cylindrical-coordinate representation of color #B399E6: hue angle of 260.26º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B399E6 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 153 | 230 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.10 |
| HSL | 260.26º | 0.61% | 0.75% | - |
| HSV(B) | 260.26º | 0.33% | 0.9% | - |
| XYZ | 44.26 | 38.08 | 79.88 | - |
| YUV | 169.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 230 | 0.22 | 0.33 | 0 | 0.10 | 260.26 | 0.61 | 0.75 |
| Hex | B3 | 99 | E6 | 16 | 21 | 0 | A | 104 | 3D | 4B |
| Octal | 263 | 231 | 346 | 26 | 41 | 0 | 12 | 404 | 75 | 113 |
| Binary | 10110011 | 10011001 | 11100110 | 10110 | 100001 | 0 | 1010 | 100000100 | 111101 | 1001011 |
Color Harmonies of #B399E6
Complementary color
Monochromatic Colors of #B399E6
Black with #B399E6
Text Example
Text Example
White with #B399E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399E6; }
p { color: rgb(179,153,230); }
H1.HeaderClassName
{
color: #B399E6;
}
.AnyTagClassName
{
color: #B399E6;
}
</style>
background-color css
<style>
a { background-color: #B399E6; }
a { background-color: rgb(179,153,230); }
div.DivClassName
{
background-color: #B399E6;
}
.BgClassName
{
background-color: #B399E6;
}
</style>
border-color css
<style>
span { border-color: #B399E6; }
span { border-color: rgb(179,153,230); }
td.TdClassName
{
border-color: #B399E6;
}
.TagClassName
{
border-color: #B399E6;
}
</style>