Shades of Biloba Flower #B794D4
Tints of Biloba Flower #B794D4
RGB
CMYK
RGB Variations
Color information
#B794D4 (or 0xB794D4) is known color: Biloba Flower. HEX triplet: B7, 94 and D4. RGB value is (183,148,212). Sum of RGB (Red+Green+Blue) = 183+148+212=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #B794D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794D4 is #486B2B. Grayscale: #A5A5A5. Windows color (decimal): -4746028 or 13931703. OLE color: 13931703.
HSL color Cylindrical-coordinate representation of color #B794D4: hue angle of 272.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B794D4 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 148 | 212 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.17 |
| HSL | 272.81º | 0.43% | 0.71% | - |
| HSV(B) | 272.81º | 0.3% | 0.83% | - |
| XYZ | 42 | 36 | 67.02 | - |
| YUV | 165.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 212 | 0.14 | 0.30 | 0 | 0.17 | 272.81 | 0.43 | 0.71 |
| Hex | B7 | 94 | D4 | E | 1E | 0 | 11 | 111 | 2B | 47 |
| Octal | 267 | 224 | 324 | 16 | 36 | 0 | 21 | 421 | 53 | 107 |
| Binary | 10110111 | 10010100 | 11010100 | 1110 | 11110 | 0 | 10001 | 100010001 | 101011 | 1000111 |
Color Harmonies of #B794D4
Complementary color
Monochromatic Colors of #B794D4
Black with #B794D4
Text Example
Text Example
White with #B794D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794D4; }
p { color: rgb(183,148,212); }
H1.HeaderClassName
{
color: #B794D4;
}
.AnyTagClassName
{
color: #B794D4;
}
</style>
background-color css
<style>
a { background-color: #B794D4; }
a { background-color: rgb(183,148,212); }
div.DivClassName
{
background-color: #B794D4;
}
.BgClassName
{
background-color: #B794D4;
}
</style>
border-color css
<style>
span { border-color: #B794D4; }
span { border-color: rgb(183,148,212); }
td.TdClassName
{
border-color: #B794D4;
}
.TagClassName
{
border-color: #B794D4;
}
</style>