Shades of Biloba Flower #B794E6
Tints of Biloba Flower #B794E6
RGB
CMYK
RGB Variations
Color information
#B794E6 (or 0xB794E6) is known color: Biloba Flower. HEX triplet: B7, 94 and E6. RGB value is (183,148,230). Sum of RGB (Red+Green+Blue) = 183+148+230=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #B794E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794E6 is #486B19. Grayscale: #A7A7A7. Windows color (decimal): -4746010 or 15111351. OLE color: 15111351.
HSL color Cylindrical-coordinate representation of color #B794E6: hue angle of 265.61º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B794E6 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 148 | 230 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.10 |
| HSL | 265.61º | 0.62% | 0.74% | - |
| HSV(B) | 265.61º | 0.36% | 0.9% | - |
| XYZ | 44.4 | 36.96 | 79.66 | - |
| YUV | 167.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 230 | 0.20 | 0.36 | 0 | 0.10 | 265.61 | 0.62 | 0.74 |
| Hex | B7 | 94 | E6 | 14 | 24 | 0 | A | 10A | 3E | 4A |
| Octal | 267 | 224 | 346 | 24 | 44 | 0 | 12 | 412 | 76 | 112 |
| Binary | 10110111 | 10010100 | 11100110 | 10100 | 100100 | 0 | 1010 | 100001010 | 111110 | 1001010 |
Color Harmonies of #B794E6
Complementary color
Monochromatic Colors of #B794E6
Black with #B794E6
Text Example
Text Example
White with #B794E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794E6; }
p { color: rgb(183,148,230); }
H1.HeaderClassName
{
color: #B794E6;
}
.AnyTagClassName
{
color: #B794E6;
}
</style>
background-color css
<style>
a { background-color: #B794E6; }
a { background-color: rgb(183,148,230); }
div.DivClassName
{
background-color: #B794E6;
}
.BgClassName
{
background-color: #B794E6;
}
</style>
border-color css
<style>
span { border-color: #B794E6; }
span { border-color: rgb(183,148,230); }
td.TdClassName
{
border-color: #B794E6;
}
.TagClassName
{
border-color: #B794E6;
}
</style>