Shades of Biloba Flower #B795E0
Tints of Biloba Flower #B795E0
RGB
CMYK
RGB Variations
Color information
#B795E0 (or 0xB795E0) is known color: Biloba Flower. HEX triplet: B7, 95 and E0. RGB value is (183,149,224). Sum of RGB (Red+Green+Blue) = 183+149+224=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #B795E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795E0 is #486A1F. Grayscale: #A7A7A7. Windows color (decimal): -4745760 or 14718391. OLE color: 14718391.
HSL color Cylindrical-coordinate representation of color #B795E0: hue angle of 267.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B795E0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 149 | 224 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.12 |
| HSL | 267.2º | 0.55% | 0.73% | - |
| HSV(B) | 267.2º | 0.33% | 0.88% | - |
| XYZ | 43.73 | 36.94 | 75.35 | - |
| YUV | 167.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 224 | 0.18 | 0.33 | 0 | 0.12 | 267.2 | 0.55 | 0.73 |
| Hex | B7 | 95 | E0 | 12 | 21 | 0 | C | 10B | 37 | 49 |
| Octal | 267 | 225 | 340 | 22 | 41 | 0 | 14 | 413 | 67 | 111 |
| Binary | 10110111 | 10010101 | 11100000 | 10010 | 100001 | 0 | 1100 | 100001011 | 110111 | 1001001 |
Color Harmonies of #B795E0
Complementary color
Monochromatic Colors of #B795E0
Black with #B795E0
Text Example
Text Example
White with #B795E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795E0; }
p { color: rgb(183,149,224); }
H1.HeaderClassName
{
color: #B795E0;
}
.AnyTagClassName
{
color: #B795E0;
}
</style>
background-color css
<style>
a { background-color: #B795E0; }
a { background-color: rgb(183,149,224); }
div.DivClassName
{
background-color: #B795E0;
}
.BgClassName
{
background-color: #B795E0;
}
</style>
border-color css
<style>
span { border-color: #B795E0; }
span { border-color: rgb(183,149,224); }
td.TdClassName
{
border-color: #B795E0;
}
.TagClassName
{
border-color: #B795E0;
}
</style>