Shades of Biloba Flower #B295CA
Tints of Biloba Flower #B295CA
RGB
CMYK
RGB Variations
Color information
#B295CA (or 0xB295CA) is known color: Biloba Flower. HEX triplet: B2, 95 and CA. RGB value is (178,149,202). Sum of RGB (Red+Green+Blue) = 178+149+202=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #B295CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CA is #4D6A35. Grayscale: #A3A3A3. Windows color (decimal): -5073462 or 13276594. OLE color: 13276594.
HSL color Cylindrical-coordinate representation of color #B295CA: hue angle of 272.83º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B295CA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 149 | 202 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.21 |
| HSL | 272.83º | 0.33% | 0.69% | - |
| HSV(B) | 272.83º | 0.26% | 0.79% | - |
| XYZ | 39.77 | 35.22 | 60.58 | - |
| YUV | 163.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 202 | 0.12 | 0.26 | 0 | 0.21 | 272.83 | 0.33 | 0.69 |
| Hex | B2 | 95 | CA | C | 1A | 0 | 15 | 111 | 21 | 45 |
| Octal | 262 | 225 | 312 | 14 | 32 | 0 | 25 | 421 | 41 | 105 |
| Binary | 10110010 | 10010101 | 11001010 | 1100 | 11010 | 0 | 10101 | 100010001 | 100001 | 1000101 |
Color Harmonies of #B295CA
Complementary color
Monochromatic Colors of #B295CA
Black with #B295CA
Text Example
Text Example
White with #B295CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295CA; }
p { color: rgb(178,149,202); }
H1.HeaderClassName
{
color: #B295CA;
}
.AnyTagClassName
{
color: #B295CA;
}
</style>
background-color css
<style>
a { background-color: #B295CA; }
a { background-color: rgb(178,149,202); }
div.DivClassName
{
background-color: #B295CA;
}
.BgClassName
{
background-color: #B295CA;
}
</style>
border-color css
<style>
span { border-color: #B295CA; }
span { border-color: rgb(178,149,202); }
td.TdClassName
{
border-color: #B295CA;
}
.TagClassName
{
border-color: #B295CA;
}
</style>