Shades of Biloba Flower #B795EC
Tints of Biloba Flower #B795EC
RGB
CMYK
RGB Variations
Color information
#B795EC (or 0xB795EC) is known color: Biloba Flower. HEX triplet: B7, 95 and EC. RGB value is (183,149,236). Sum of RGB (Red+Green+Blue) = 183+149+236=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B795EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795EC is #486A13. Grayscale: #A8A8A8. Windows color (decimal): -4745748 or 15504823. OLE color: 15504823.
HSL color Cylindrical-coordinate representation of color #B795EC: hue angle of 263.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B795EC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 149 | 236 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.07 |
| HSL | 263.45º | 0.7% | 0.75% | - |
| HSV(B) | 263.45º | 0.37% | 0.93% | - |
| XYZ | 45.42 | 37.62 | 84.22 | - |
| YUV | 169.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 236 | 0.22 | 0.37 | 0 | 0.07 | 263.45 | 0.7 | 0.75 |
| Hex | B7 | 95 | EC | 16 | 25 | 0 | 7 | 107 | 46 | 4B |
| Octal | 267 | 225 | 354 | 26 | 45 | 0 | 7 | 407 | 106 | 113 |
| Binary | 10110111 | 10010101 | 11101100 | 10110 | 100101 | 0 | 111 | 100000111 | 1000110 | 1001011 |
Color Harmonies of #B795EC
Complementary color
Monochromatic Colors of #B795EC
Black with #B795EC
Text Example
Text Example
White with #B795EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795EC; }
p { color: rgb(183,149,236); }
H1.HeaderClassName
{
color: #B795EC;
}
.AnyTagClassName
{
color: #B795EC;
}
</style>
background-color css
<style>
a { background-color: #B795EC; }
a { background-color: rgb(183,149,236); }
div.DivClassName
{
background-color: #B795EC;
}
.BgClassName
{
background-color: #B795EC;
}
</style>
border-color css
<style>
span { border-color: #B795EC; }
span { border-color: rgb(183,149,236); }
td.TdClassName
{
border-color: #B795EC;
}
.TagClassName
{
border-color: #B795EC;
}
</style>