Shades of Biloba Flower #B792E8
Tints of Biloba Flower #B792E8
RGB
CMYK
RGB Variations
Color information
#B792E8 (or 0xB792E8) is known color: Biloba Flower. HEX triplet: B7, 92 and E8. RGB value is (183,146,232). Sum of RGB (Red+Green+Blue) = 183+146+232=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #B792E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B792E8 is #486D17. Grayscale: #A6A6A6. Windows color (decimal): -4746520 or 15241911. OLE color: 15241911.
HSL color Cylindrical-coordinate representation of color #B792E8: hue angle of 265.81º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B792E8 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 146 | 232 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.09 |
| HSL | 265.81º | 0.65% | 0.74% | - |
| HSV(B) | 265.81º | 0.37% | 0.91% | - |
| XYZ | 44.37 | 36.45 | 81.04 | - |
| YUV | 166.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 232 | 0.21 | 0.37 | 0 | 0.09 | 265.81 | 0.65 | 0.74 |
| Hex | B7 | 92 | E8 | 15 | 25 | 0 | 9 | 10A | 41 | 4A |
| Octal | 267 | 222 | 350 | 25 | 45 | 0 | 11 | 412 | 101 | 112 |
| Binary | 10110111 | 10010010 | 11101000 | 10101 | 100101 | 0 | 1001 | 100001010 | 1000001 | 1001010 |
Color Harmonies of #B792E8
Complementary color
Monochromatic Colors of #B792E8
Black with #B792E8
Text Example
Text Example
White with #B792E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792E8; }
p { color: rgb(183,146,232); }
H1.HeaderClassName
{
color: #B792E8;
}
.AnyTagClassName
{
color: #B792E8;
}
</style>
background-color css
<style>
a { background-color: #B792E8; }
a { background-color: rgb(183,146,232); }
div.DivClassName
{
background-color: #B792E8;
}
.BgClassName
{
background-color: #B792E8;
}
</style>
border-color css
<style>
span { border-color: #B792E8; }
span { border-color: rgb(183,146,232); }
td.TdClassName
{
border-color: #B792E8;
}
.TagClassName
{
border-color: #B792E8;
}
</style>