Shades of Biloba Flower #B795ED
Tints of Biloba Flower #B795ED
RGB
CMYK
RGB Variations
Color information
#B795ED (or 0xB795ED) is known color: Biloba Flower. HEX triplet: B7, 95 and ED. RGB value is (183,149,237). Sum of RGB (Red+Green+Blue) = 183+149+237=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #B795ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795ED is #486A12. Grayscale: #A8A8A8. Windows color (decimal): -4745747 or 15570359. OLE color: 15570359.
HSL color Cylindrical-coordinate representation of color #B795ED: hue angle of 263.18º 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 #B795ED is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 149 | 237 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.07 |
| HSL | 263.18º | 0.71% | 0.76% | - |
| HSV(B) | 263.18º | 0.37% | 0.93% | - |
| XYZ | 45.56 | 37.68 | 84.99 | - |
| YUV | 169.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 237 | 0.23 | 0.37 | 0 | 0.07 | 263.18 | 0.71 | 0.76 |
| Hex | B7 | 95 | ED | 17 | 25 | 0 | 7 | 107 | 47 | 4C |
| Octal | 267 | 225 | 355 | 27 | 45 | 0 | 7 | 407 | 107 | 114 |
| Binary | 10110111 | 10010101 | 11101101 | 10111 | 100101 | 0 | 111 | 100000111 | 1000111 | 1001100 |
Color Harmonies of #B795ED
Complementary color
Monochromatic Colors of #B795ED
Black with #B795ED
Text Example
Text Example
White with #B795ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795ED; }
p { color: rgb(183,149,237); }
H1.HeaderClassName
{
color: #B795ED;
}
.AnyTagClassName
{
color: #B795ED;
}
</style>
background-color css
<style>
a { background-color: #B795ED; }
a { background-color: rgb(183,149,237); }
div.DivClassName
{
background-color: #B795ED;
}
.BgClassName
{
background-color: #B795ED;
}
</style>
border-color css
<style>
span { border-color: #B795ED; }
span { border-color: rgb(183,149,237); }
td.TdClassName
{
border-color: #B795ED;
}
.TagClassName
{
border-color: #B795ED;
}
</style>