Shades of Biloba Flower #B399CB
Tints of Biloba Flower #B399CB
RGB
CMYK
RGB Variations
Color information
#B399CB (or 0xB399CB) is known color: Biloba Flower. HEX triplet: B3, 99 and CB. RGB value is (179,153,203). Sum of RGB (Red+Green+Blue) = 179+153+203=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B399CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399CB is #4C6634. Grayscale: #A6A6A6. Windows color (decimal): -5006901 or 13343155. OLE color: 13343155.
HSL color Cylindrical-coordinate representation of color #B399CB: hue angle of 271.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B399CB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 153 | 203 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.20 |
| HSL | 271.2º | 0.32% | 0.7% | - |
| HSV(B) | 271.2º | 0.25% | 0.8% | - |
| XYZ | 40.76 | 36.68 | 61.43 | - |
| YUV | 166.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 203 | 0.12 | 0.25 | 0 | 0.20 | 271.2 | 0.32 | 0.7 |
| Hex | B3 | 99 | CB | C | 19 | 0 | 14 | 10F | 20 | 46 |
| Octal | 263 | 231 | 313 | 14 | 31 | 0 | 24 | 417 | 40 | 106 |
| Binary | 10110011 | 10011001 | 11001011 | 1100 | 11001 | 0 | 10100 | 100001111 | 100000 | 1000110 |
Color Harmonies of #B399CB
Complementary color
Monochromatic Colors of #B399CB
Black with #B399CB
Text Example
Text Example
White with #B399CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399CB; }
p { color: rgb(179,153,203); }
H1.HeaderClassName
{
color: #B399CB;
}
.AnyTagClassName
{
color: #B399CB;
}
</style>
background-color css
<style>
a { background-color: #B399CB; }
a { background-color: rgb(179,153,203); }
div.DivClassName
{
background-color: #B399CB;
}
.BgClassName
{
background-color: #B399CB;
}
</style>
border-color css
<style>
span { border-color: #B399CB; }
span { border-color: rgb(179,153,203); }
td.TdClassName
{
border-color: #B399CB;
}
.TagClassName
{
border-color: #B399CB;
}
</style>