Shades of Biloba Flower #B295CB
Tints of Biloba Flower #B295CB
RGB
CMYK
RGB Variations
Color information
#B295CB (or 0xB295CB) is known color: Biloba Flower. HEX triplet: B2, 95 and CB. RGB value is (178,149,203). Sum of RGB (Red+Green+Blue) = 178+149+203=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 149 (58.59% from 255 or 28.11% 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 #B295CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CB is #4D6A34. Grayscale: #A3A3A3. Windows color (decimal): -5073461 or 13342130. OLE color: 13342130.
HSL color Cylindrical-coordinate representation of color #B295CB: hue angle of 272.22º 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 #B295CB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 149 | 203 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.20 |
| HSL | 272.22º | 0.34% | 0.69% | - |
| HSV(B) | 272.22º | 0.27% | 0.8% | - |
| XYZ | 39.89 | 35.27 | 61.21 | - |
| YUV | 163.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 203 | 0.12 | 0.27 | 0 | 0.20 | 272.22 | 0.34 | 0.69 |
| Hex | B2 | 95 | CB | C | 1B | 0 | 14 | 110 | 22 | 45 |
| Octal | 262 | 225 | 313 | 14 | 33 | 0 | 24 | 420 | 42 | 105 |
| Binary | 10110010 | 10010101 | 11001011 | 1100 | 11011 | 0 | 10100 | 100010000 | 100010 | 1000101 |
Color Harmonies of #B295CB
Complementary color
Monochromatic Colors of #B295CB
Black with #B295CB
Text Example
Text Example
White with #B295CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295CB; }
p { color: rgb(178,149,203); }
H1.HeaderClassName
{
color: #B295CB;
}
.AnyTagClassName
{
color: #B295CB;
}
</style>
background-color css
<style>
a { background-color: #B295CB; }
a { background-color: rgb(178,149,203); }
div.DivClassName
{
background-color: #B295CB;
}
.BgClassName
{
background-color: #B295CB;
}
</style>
border-color css
<style>
span { border-color: #B295CB; }
span { border-color: rgb(178,149,203); }
td.TdClassName
{
border-color: #B295CB;
}
.TagClassName
{
border-color: #B295CB;
}
</style>