Shades of Biloba Flower #B495CB
Tints of Biloba Flower #B495CB
RGB
CMYK
RGB Variations
Color information
#B495CB (or 0xB495CB) is known color: Biloba Flower. HEX triplet: B4, 95 and CB. RGB value is (180,149,203). Sum of RGB (Red+Green+Blue) = 180+149+203=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #B495CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495CB is #4B6A34. Grayscale: #A4A4A4. Windows color (decimal): -4942389 or 13342132. OLE color: 13342132.
HSL color Cylindrical-coordinate representation of color #B495CB: hue angle of 274.44º degrees, saturation: 0.34, 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 #B495CB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 149 | 203 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.20 |
| HSL | 274.44º | 0.34% | 0.69% | - |
| HSV(B) | 274.44º | 0.27% | 0.8% | - |
| XYZ | 40.35 | 35.51 | 61.23 | - |
| YUV | 164.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 203 | 0.11 | 0.27 | 0 | 0.20 | 274.44 | 0.34 | 0.69 |
| Hex | B4 | 95 | CB | B | 1B | 0 | 14 | 112 | 22 | 45 |
| Octal | 264 | 225 | 313 | 13 | 33 | 0 | 24 | 422 | 42 | 105 |
| Binary | 10110100 | 10010101 | 11001011 | 1011 | 11011 | 0 | 10100 | 100010010 | 100010 | 1000101 |
Color Harmonies of #B495CB
Complementary color
Monochromatic Colors of #B495CB
Black with #B495CB
Text Example
Text Example
White with #B495CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495CB; }
p { color: rgb(180,149,203); }
H1.HeaderClassName
{
color: #B495CB;
}
.AnyTagClassName
{
color: #B495CB;
}
</style>
background-color css
<style>
a { background-color: #B495CB; }
a { background-color: rgb(180,149,203); }
div.DivClassName
{
background-color: #B495CB;
}
.BgClassName
{
background-color: #B495CB;
}
</style>
border-color css
<style>
span { border-color: #B495CB; }
span { border-color: rgb(180,149,203); }
td.TdClassName
{
border-color: #B495CB;
}
.TagClassName
{
border-color: #B495CB;
}
</style>