Shades of Biloba Flower #B295ED
Tints of Biloba Flower #B295ED
RGB
CMYK
RGB Variations
Color information
#B295ED (or 0xB295ED) is known color: Biloba Flower. HEX triplet: B2, 95 and ED. RGB value is (178,149,237). Sum of RGB (Red+Green+Blue) = 178+149+237=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B295ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295ED is #4D6A12. Grayscale: #A7A7A7. Windows color (decimal): -5073427 or 15570354. OLE color: 15570354.
HSL color Cylindrical-coordinate representation of color #B295ED: hue angle of 259.77º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B295ED is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 149 | 237 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.07 |
| HSL | 259.77º | 0.71% | 0.76% | - |
| HSV(B) | 259.77º | 0.37% | 0.93% | - |
| XYZ | 44.39 | 37.07 | 84.94 | - |
| YUV | 167.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 237 | 0.25 | 0.37 | 0 | 0.07 | 259.77 | 0.71 | 0.76 |
| Hex | B2 | 95 | ED | 19 | 25 | 0 | 7 | 104 | 47 | 4C |
| Octal | 262 | 225 | 355 | 31 | 45 | 0 | 7 | 404 | 107 | 114 |
| Binary | 10110010 | 10010101 | 11101101 | 11001 | 100101 | 0 | 111 | 100000100 | 1000111 | 1001100 |
Color Harmonies of #B295ED
Complementary color
Monochromatic Colors of #B295ED
Black with #B295ED
Text Example
Text Example
White with #B295ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295ED; }
p { color: rgb(178,149,237); }
H1.HeaderClassName
{
color: #B295ED;
}
.AnyTagClassName
{
color: #B295ED;
}
</style>
background-color css
<style>
a { background-color: #B295ED; }
a { background-color: rgb(178,149,237); }
div.DivClassName
{
background-color: #B295ED;
}
.BgClassName
{
background-color: #B295ED;
}
</style>
border-color css
<style>
span { border-color: #B295ED; }
span { border-color: rgb(178,149,237); }
td.TdClassName
{
border-color: #B295ED;
}
.TagClassName
{
border-color: #B295ED;
}
</style>