Shades of Biloba Flower #B399C8
Tints of Biloba Flower #B399C8
RGB
CMYK
RGB Variations
Color information
#B399C8 (or 0xB399C8) is known color: Biloba Flower. HEX triplet: B3, 99 and C8. RGB value is (179,153,200). Sum of RGB (Red+Green+Blue) = 179+153+200=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #B399C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399C8 is #4C6637. Grayscale: #A5A5A5. Windows color (decimal): -5006904 or 13146547. OLE color: 13146547.
HSL color Cylindrical-coordinate representation of color #B399C8: hue angle of 273.19º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B399C8 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 153 | 200 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.22 |
| HSL | 273.19º | 0.3% | 0.69% | - |
| HSV(B) | 273.19º | 0.24% | 0.78% | - |
| XYZ | 40.41 | 36.54 | 59.57 | - |
| YUV | 166.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 200 | 0.10 | 0.24 | 0 | 0.22 | 273.19 | 0.3 | 0.69 |
| Hex | B3 | 99 | C8 | A | 18 | 0 | 16 | 111 | 1E | 45 |
| Octal | 263 | 231 | 310 | 12 | 30 | 0 | 26 | 421 | 36 | 105 |
| Binary | 10110011 | 10011001 | 11001000 | 1010 | 11000 | 0 | 10110 | 100010001 | 11110 | 1000101 |
Color Harmonies of #B399C8
Complementary color
Monochromatic Colors of #B399C8
Black with #B399C8
Text Example
Text Example
White with #B399C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399C8; }
p { color: rgb(179,153,200); }
H1.HeaderClassName
{
color: #B399C8;
}
.AnyTagClassName
{
color: #B399C8;
}
</style>
background-color css
<style>
a { background-color: #B399C8; }
a { background-color: rgb(179,153,200); }
div.DivClassName
{
background-color: #B399C8;
}
.BgClassName
{
background-color: #B399C8;
}
</style>
border-color css
<style>
span { border-color: #B399C8; }
span { border-color: rgb(179,153,200); }
td.TdClassName
{
border-color: #B399C8;
}
.TagClassName
{
border-color: #B399C8;
}
</style>