Shades of Biloba Flower #B794DC
Tints of Biloba Flower #B794DC
RGB
CMYK
RGB Variations
Color information
#B794DC (or 0xB794DC) is known color: Biloba Flower. HEX triplet: B7, 94 and DC. RGB value is (183,148,220). Sum of RGB (Red+Green+Blue) = 183+148+220=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B794DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794DC is #486B23. Grayscale: #A6A6A6. Windows color (decimal): -4746020 or 14455991. OLE color: 14455991.
HSL color Cylindrical-coordinate representation of color #B794DC: hue angle of 269.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B794DC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 148 | 220 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.14 |
| HSL | 269.17º | 0.51% | 0.72% | - |
| HSV(B) | 269.17º | 0.33% | 0.86% | - |
| XYZ | 43.04 | 36.41 | 72.47 | - |
| YUV | 166.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 220 | 0.17 | 0.33 | 0 | 0.14 | 269.17 | 0.51 | 0.72 |
| Hex | B7 | 94 | DC | 11 | 21 | 0 | E | 10D | 33 | 48 |
| Octal | 267 | 224 | 334 | 21 | 41 | 0 | 16 | 415 | 63 | 110 |
| Binary | 10110111 | 10010100 | 11011100 | 10001 | 100001 | 0 | 1110 | 100001101 | 110011 | 1001000 |
Color Harmonies of #B794DC
Complementary color
Monochromatic Colors of #B794DC
Black with #B794DC
Text Example
Text Example
White with #B794DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794DC; }
p { color: rgb(183,148,220); }
H1.HeaderClassName
{
color: #B794DC;
}
.AnyTagClassName
{
color: #B794DC;
}
</style>
background-color css
<style>
a { background-color: #B794DC; }
a { background-color: rgb(183,148,220); }
div.DivClassName
{
background-color: #B794DC;
}
.BgClassName
{
background-color: #B794DC;
}
</style>
border-color css
<style>
span { border-color: #B794DC; }
span { border-color: rgb(183,148,220); }
td.TdClassName
{
border-color: #B794DC;
}
.TagClassName
{
border-color: #B794DC;
}
</style>