Shades of Biloba Flower #B795E5
Tints of Biloba Flower #B795E5
RGB
CMYK
RGB Variations
Color information
#B795E5 (or 0xB795E5) is known color: Biloba Flower. HEX triplet: B7, 95 and E5. RGB value is (183,149,229). Sum of RGB (Red+Green+Blue) = 183+149+229=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #B795E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795E5 is #486A1A. Grayscale: #A8A8A8. Windows color (decimal): -4745755 or 15046071. OLE color: 15046071.
HSL color Cylindrical-coordinate representation of color #B795E5: hue angle of 265.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B795E5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 149 | 229 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.10 |
| HSL | 265.5º | 0.61% | 0.74% | - |
| HSV(B) | 265.5º | 0.35% | 0.9% | - |
| XYZ | 44.42 | 37.22 | 78.97 | - |
| YUV | 168.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 229 | 0.20 | 0.35 | 0 | 0.10 | 265.5 | 0.61 | 0.74 |
| Hex | B7 | 95 | E5 | 14 | 23 | 0 | A | 10A | 3D | 4A |
| Octal | 267 | 225 | 345 | 24 | 43 | 0 | 12 | 412 | 75 | 112 |
| Binary | 10110111 | 10010101 | 11100101 | 10100 | 100011 | 0 | 1010 | 100001010 | 111101 | 1001010 |
Color Harmonies of #B795E5
Complementary color
Monochromatic Colors of #B795E5
Black with #B795E5
Text Example
Text Example
White with #B795E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795E5; }
p { color: rgb(183,149,229); }
H1.HeaderClassName
{
color: #B795E5;
}
.AnyTagClassName
{
color: #B795E5;
}
</style>
background-color css
<style>
a { background-color: #B795E5; }
a { background-color: rgb(183,149,229); }
div.DivClassName
{
background-color: #B795E5;
}
.BgClassName
{
background-color: #B795E5;
}
</style>
border-color css
<style>
span { border-color: #B795E5; }
span { border-color: rgb(183,149,229); }
td.TdClassName
{
border-color: #B795E5;
}
.TagClassName
{
border-color: #B795E5;
}
</style>