Shades of Biloba Flower #B295D4
Tints of Biloba Flower #B295D4
RGB
CMYK
RGB Variations
Color information
#B295D4 (or 0xB295D4) is known color: Biloba Flower. HEX triplet: B2, 95 and D4. RGB value is (178,149,212). Sum of RGB (Red+Green+Blue) = 178+149+212=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #B295D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295D4 is #4D6A2B. Grayscale: #A4A4A4. Windows color (decimal): -5073452 or 13931954. OLE color: 13931954.
HSL color Cylindrical-coordinate representation of color #B295D4: hue angle of 267.62º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B295D4 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 149 | 212 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.17 |
| HSL | 267.62º | 0.42% | 0.71% | - |
| HSV(B) | 267.62º | 0.3% | 0.83% | - |
| XYZ | 40.99 | 35.71 | 67.02 | - |
| YUV | 164.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 212 | 0.16 | 0.30 | 0 | 0.17 | 267.62 | 0.42 | 0.71 |
| Hex | B2 | 95 | D4 | 10 | 1E | 0 | 11 | 10C | 2A | 47 |
| Octal | 262 | 225 | 324 | 20 | 36 | 0 | 21 | 414 | 52 | 107 |
| Binary | 10110010 | 10010101 | 11010100 | 10000 | 11110 | 0 | 10001 | 100001100 | 101010 | 1000111 |
Color Harmonies of #B295D4
Complementary color
Monochromatic Colors of #B295D4
Black with #B295D4
Text Example
Text Example
White with #B295D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295D4; }
p { color: rgb(178,149,212); }
H1.HeaderClassName
{
color: #B295D4;
}
.AnyTagClassName
{
color: #B295D4;
}
</style>
background-color css
<style>
a { background-color: #B295D4; }
a { background-color: rgb(178,149,212); }
div.DivClassName
{
background-color: #B295D4;
}
.BgClassName
{
background-color: #B295D4;
}
</style>
border-color css
<style>
span { border-color: #B295D4; }
span { border-color: rgb(178,149,212); }
td.TdClassName
{
border-color: #B295D4;
}
.TagClassName
{
border-color: #B295D4;
}
</style>