Shades of Biloba Flower #B792E2
Tints of Biloba Flower #B792E2
RGB
CMYK
RGB Variations
Color information
#B792E2 (or 0xB792E2) is known color: Biloba Flower. HEX triplet: B7, 92 and E2. RGB value is (183,146,226). Sum of RGB (Red+Green+Blue) = 183+146+226=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #B792E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792E2 is #486D1D. Grayscale: #A5A5A5. Windows color (decimal): -4746526 or 14848695. OLE color: 14848695.
HSL color Cylindrical-coordinate representation of color #B792E2: hue angle of 267.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B792E2 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 146 | 226 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.11 |
| HSL | 267.75º | 0.58% | 0.73% | - |
| HSV(B) | 267.75º | 0.35% | 0.89% | - |
| XYZ | 43.53 | 36.12 | 76.63 | - |
| YUV | 166.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 226 | 0.19 | 0.35 | 0 | 0.11 | 267.75 | 0.58 | 0.73 |
| Hex | B7 | 92 | E2 | 13 | 23 | 0 | B | 10C | 3A | 49 |
| Octal | 267 | 222 | 342 | 23 | 43 | 0 | 13 | 414 | 72 | 111 |
| Binary | 10110111 | 10010010 | 11100010 | 10011 | 100011 | 0 | 1011 | 100001100 | 111010 | 1001001 |
Color Harmonies of #B792E2
Complementary color
Monochromatic Colors of #B792E2
Black with #B792E2
Text Example
Text Example
White with #B792E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792E2; }
p { color: rgb(183,146,226); }
H1.HeaderClassName
{
color: #B792E2;
}
.AnyTagClassName
{
color: #B792E2;
}
</style>
background-color css
<style>
a { background-color: #B792E2; }
a { background-color: rgb(183,146,226); }
div.DivClassName
{
background-color: #B792E2;
}
.BgClassName
{
background-color: #B792E2;
}
</style>
border-color css
<style>
span { border-color: #B792E2; }
span { border-color: rgb(183,146,226); }
td.TdClassName
{
border-color: #B792E2;
}
.TagClassName
{
border-color: #B792E2;
}
</style>