Shades of Biloba Flower #B790DD
Tints of Biloba Flower #B790DD
RGB
CMYK
RGB Variations
Color information
#B790DD (or 0xB790DD) is known color: Biloba Flower. HEX triplet: B7, 90 and DD. RGB value is (183,144,221). Sum of RGB (Red+Green+Blue) = 183+144+221=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B790DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790DD is #486F22. Grayscale: #A4A4A4. Windows color (decimal): -4747043 or 14520503. OLE color: 14520503.
HSL color Cylindrical-coordinate representation of color #B790DD: hue angle of 270.39º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B790DD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 144 | 221 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.13 |
| HSL | 270.39º | 0.53% | 0.72% | - |
| HSV(B) | 270.39º | 0.35% | 0.87% | - |
| XYZ | 42.55 | 35.23 | 72.96 | - |
| YUV | 164.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 221 | 0.17 | 0.35 | 0 | 0.13 | 270.39 | 0.53 | 0.72 |
| Hex | B7 | 90 | DD | 11 | 23 | 0 | D | 10E | 35 | 48 |
| Octal | 267 | 220 | 335 | 21 | 43 | 0 | 15 | 416 | 65 | 110 |
| Binary | 10110111 | 10010000 | 11011101 | 10001 | 100011 | 0 | 1101 | 100001110 | 110101 | 1001000 |
Color Harmonies of #B790DD
Complementary color
Monochromatic Colors of #B790DD
Black with #B790DD
Text Example
Text Example
White with #B790DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790DD; }
p { color: rgb(183,144,221); }
H1.HeaderClassName
{
color: #B790DD;
}
.AnyTagClassName
{
color: #B790DD;
}
</style>
background-color css
<style>
a { background-color: #B790DD; }
a { background-color: rgb(183,144,221); }
div.DivClassName
{
background-color: #B790DD;
}
.BgClassName
{
background-color: #B790DD;
}
</style>
border-color css
<style>
span { border-color: #B790DD; }
span { border-color: rgb(183,144,221); }
td.TdClassName
{
border-color: #B790DD;
}
.TagClassName
{
border-color: #B790DD;
}
</style>