Shades of Biloba Flower #B394CB
Tints of Biloba Flower #B394CB
RGB
CMYK
RGB Variations
Color information
#B394CB (or 0xB394CB) is known color: Biloba Flower. HEX triplet: B3, 94 and CB. RGB value is (179,148,203). Sum of RGB (Red+Green+Blue) = 179+148+203=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B394CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394CB is #4C6B34. Grayscale: #A3A3A3. Windows color (decimal): -5008181 or 13341875. OLE color: 13341875.
HSL color Cylindrical-coordinate representation of color #B394CB: hue angle of 273.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B394CB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 148 | 203 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.20 |
| HSL | 273.82º | 0.35% | 0.69% | - |
| HSV(B) | 273.82º | 0.27% | 0.8% | - |
| XYZ | 39.96 | 35.08 | 61.16 | - |
| YUV | 163.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 203 | 0.12 | 0.27 | 0 | 0.20 | 273.82 | 0.35 | 0.69 |
| Hex | B3 | 94 | CB | C | 1B | 0 | 14 | 112 | 23 | 45 |
| Octal | 263 | 224 | 313 | 14 | 33 | 0 | 24 | 422 | 43 | 105 |
| Binary | 10110011 | 10010100 | 11001011 | 1100 | 11011 | 0 | 10100 | 100010010 | 100011 | 1000101 |
Color Harmonies of #B394CB
Complementary color
Monochromatic Colors of #B394CB
Black with #B394CB
Text Example
Text Example
White with #B394CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394CB; }
p { color: rgb(179,148,203); }
H1.HeaderClassName
{
color: #B394CB;
}
.AnyTagClassName
{
color: #B394CB;
}
</style>
background-color css
<style>
a { background-color: #B394CB; }
a { background-color: rgb(179,148,203); }
div.DivClassName
{
background-color: #B394CB;
}
.BgClassName
{
background-color: #B394CB;
}
</style>
border-color css
<style>
span { border-color: #B394CB; }
span { border-color: rgb(179,148,203); }
td.TdClassName
{
border-color: #B394CB;
}
.TagClassName
{
border-color: #B394CB;
}
</style>