Shades of Biloba Flower #B792DC
Tints of Biloba Flower #B792DC
RGB
CMYK
RGB Variations
Color information
#B792DC (or 0xB792DC) is known color: Biloba Flower. HEX triplet: B7, 92 and DC. RGB value is (183,146,220). Sum of RGB (Red+Green+Blue) = 183+146+220=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B792DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792DC is #486D23. Grayscale: #A5A5A5. Windows color (decimal): -4746532 or 14455479. OLE color: 14455479.
HSL color Cylindrical-coordinate representation of color #B792DC: hue angle of 270º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B792DC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 146 | 220 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.14 |
| HSL | 270º | 0.51% | 0.72% | - |
| HSV(B) | 270º | 0.34% | 0.86% | - |
| XYZ | 42.73 | 35.79 | 72.37 | - |
| YUV | 165.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 220 | 0.17 | 0.34 | 0 | 0.14 | 270 | 0.51 | 0.72 |
| Hex | B7 | 92 | DC | 11 | 22 | 0 | E | 10E | 33 | 48 |
| Octal | 267 | 222 | 334 | 21 | 42 | 0 | 16 | 416 | 63 | 110 |
| Binary | 10110111 | 10010010 | 11011100 | 10001 | 100010 | 0 | 1110 | 100001110 | 110011 | 1001000 |
Color Harmonies of #B792DC
Complementary color
Monochromatic Colors of #B792DC
Black with #B792DC
Text Example
Text Example
White with #B792DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792DC; }
p { color: rgb(183,146,220); }
H1.HeaderClassName
{
color: #B792DC;
}
.AnyTagClassName
{
color: #B792DC;
}
</style>
background-color css
<style>
a { background-color: #B792DC; }
a { background-color: rgb(183,146,220); }
div.DivClassName
{
background-color: #B792DC;
}
.BgClassName
{
background-color: #B792DC;
}
</style>
border-color css
<style>
span { border-color: #B792DC; }
span { border-color: rgb(183,146,220); }
td.TdClassName
{
border-color: #B792DC;
}
.TagClassName
{
border-color: #B792DC;
}
</style>