Shades of Biloba Flower #B793E0
Tints of Biloba Flower #B793E0
RGB
CMYK
RGB Variations
Color information
#B793E0 (or 0xB793E0) is known color: Biloba Flower. HEX triplet: B7, 93 and E0. RGB value is (183,147,224). Sum of RGB (Red+Green+Blue) = 183+147+224=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #B793E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793E0 is #486C1F. Grayscale: #A6A6A6. Windows color (decimal): -4746272 or 14717879. OLE color: 14717879.
HSL color Cylindrical-coordinate representation of color #B793E0: hue angle of 268.05º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B793E0 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 147 | 224 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.12 |
| HSL | 268.05º | 0.55% | 0.73% | - |
| HSV(B) | 268.05º | 0.34% | 0.88% | - |
| XYZ | 43.42 | 36.32 | 75.24 | - |
| YUV | 166.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 224 | 0.18 | 0.34 | 0 | 0.12 | 268.05 | 0.55 | 0.73 |
| Hex | B7 | 93 | E0 | 12 | 22 | 0 | C | 10C | 37 | 49 |
| Octal | 267 | 223 | 340 | 22 | 42 | 0 | 14 | 414 | 67 | 111 |
| Binary | 10110111 | 10010011 | 11100000 | 10010 | 100010 | 0 | 1100 | 100001100 | 110111 | 1001001 |
Color Harmonies of #B793E0
Complementary color
Monochromatic Colors of #B793E0
Black with #B793E0
Text Example
Text Example
White with #B793E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793E0; }
p { color: rgb(183,147,224); }
H1.HeaderClassName
{
color: #B793E0;
}
.AnyTagClassName
{
color: #B793E0;
}
</style>
background-color css
<style>
a { background-color: #B793E0; }
a { background-color: rgb(183,147,224); }
div.DivClassName
{
background-color: #B793E0;
}
.BgClassName
{
background-color: #B793E0;
}
</style>
border-color css
<style>
span { border-color: #B793E0; }
span { border-color: rgb(183,147,224); }
td.TdClassName
{
border-color: #B793E0;
}
.TagClassName
{
border-color: #B793E0;
}
</style>