Shades of Biloba Flower #B399D1
Tints of Biloba Flower #B399D1
RGB
CMYK
RGB Variations
Color information
#B399D1 (or 0xB399D1) is known color: Biloba Flower. HEX triplet: B3, 99 and D1. RGB value is (179,153,209). Sum of RGB (Red+Green+Blue) = 179+153+209=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #B399D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399D1 is #4C662E. Grayscale: #A6A6A6. Windows color (decimal): -5006895 or 13736371. OLE color: 13736371.
HSL color Cylindrical-coordinate representation of color #B399D1: hue angle of 267.86º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B399D1 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 153 | 209 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.18 |
| HSL | 267.86º | 0.38% | 0.71% | - |
| HSV(B) | 267.86º | 0.27% | 0.82% | - |
| XYZ | 41.49 | 36.97 | 65.27 | - |
| YUV | 167.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 209 | 0.14 | 0.27 | 0 | 0.18 | 267.86 | 0.38 | 0.71 |
| Hex | B3 | 99 | D1 | E | 1B | 0 | 12 | 10C | 26 | 47 |
| Octal | 263 | 231 | 321 | 16 | 33 | 0 | 22 | 414 | 46 | 107 |
| Binary | 10110011 | 10011001 | 11010001 | 1110 | 11011 | 0 | 10010 | 100001100 | 100110 | 1000111 |
Color Harmonies of #B399D1
Complementary color
Monochromatic Colors of #B399D1
Black with #B399D1
Text Example
Text Example
White with #B399D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399D1; }
p { color: rgb(179,153,209); }
H1.HeaderClassName
{
color: #B399D1;
}
.AnyTagClassName
{
color: #B399D1;
}
</style>
background-color css
<style>
a { background-color: #B399D1; }
a { background-color: rgb(179,153,209); }
div.DivClassName
{
background-color: #B399D1;
}
.BgClassName
{
background-color: #B399D1;
}
</style>
border-color css
<style>
span { border-color: #B399D1; }
span { border-color: rgb(179,153,209); }
td.TdClassName
{
border-color: #B399D1;
}
.TagClassName
{
border-color: #B399D1;
}
</style>