Shades of Biloba Flower #B792E4
Tints of Biloba Flower #B792E4
RGB
CMYK
RGB Variations
Color information
#B792E4 (or 0xB792E4) is known color: Biloba Flower. HEX triplet: B7, 92 and E4. RGB value is (183,146,228). Sum of RGB (Red+Green+Blue) = 183+146+228=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #B792E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792E4 is #486D1B. Grayscale: #A6A6A6. Windows color (decimal): -4746524 or 14979767. OLE color: 14979767.
HSL color Cylindrical-coordinate representation of color #B792E4: hue angle of 267.07º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B792E4 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 146 | 228 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.11 |
| HSL | 267.07º | 0.6% | 0.73% | - |
| HSV(B) | 267.07º | 0.36% | 0.89% | - |
| XYZ | 43.81 | 36.23 | 78.08 | - |
| YUV | 166.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 228 | 0.20 | 0.36 | 0 | 0.11 | 267.07 | 0.6 | 0.73 |
| Hex | B7 | 92 | E4 | 14 | 24 | 0 | B | 10B | 3C | 49 |
| Octal | 267 | 222 | 344 | 24 | 44 | 0 | 13 | 413 | 74 | 111 |
| Binary | 10110111 | 10010010 | 11100100 | 10100 | 100100 | 0 | 1011 | 100001011 | 111100 | 1001001 |
Color Harmonies of #B792E4
Complementary color
Monochromatic Colors of #B792E4
Black with #B792E4
Text Example
Text Example
White with #B792E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792E4; }
p { color: rgb(183,146,228); }
H1.HeaderClassName
{
color: #B792E4;
}
.AnyTagClassName
{
color: #B792E4;
}
</style>
background-color css
<style>
a { background-color: #B792E4; }
a { background-color: rgb(183,146,228); }
div.DivClassName
{
background-color: #B792E4;
}
.BgClassName
{
background-color: #B792E4;
}
</style>
border-color css
<style>
span { border-color: #B792E4; }
span { border-color: rgb(183,146,228); }
td.TdClassName
{
border-color: #B792E4;
}
.TagClassName
{
border-color: #B792E4;
}
</style>