Shades of Biloba Flower #B790DF
Tints of Biloba Flower #B790DF
RGB
CMYK
RGB Variations
Color information
#B790DF (or 0xB790DF) is known color: Biloba Flower. HEX triplet: B7, 90 and DF. RGB value is (183,144,223). Sum of RGB (Red+Green+Blue) = 183+144+223=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B790DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790DF is #486F20. Grayscale: #A4A4A4. Windows color (decimal): -4747041 or 14651575. OLE color: 14651575.
HSL color Cylindrical-coordinate representation of color #B790DF: hue angle of 269.62º degrees, saturation: 0.55, 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 #B790DF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 144 | 223 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.13 |
| HSL | 269.62º | 0.55% | 0.72% | - |
| HSV(B) | 269.62º | 0.35% | 0.87% | - |
| XYZ | 42.82 | 35.34 | 74.38 | - |
| YUV | 164.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 223 | 0.18 | 0.35 | 0 | 0.13 | 269.62 | 0.55 | 0.72 |
| Hex | B7 | 90 | DF | 12 | 23 | 0 | D | 10E | 37 | 48 |
| Octal | 267 | 220 | 337 | 22 | 43 | 0 | 15 | 416 | 67 | 110 |
| Binary | 10110111 | 10010000 | 11011111 | 10010 | 100011 | 0 | 1101 | 100001110 | 110111 | 1001000 |
Color Harmonies of #B790DF
Complementary color
Monochromatic Colors of #B790DF
Black with #B790DF
Text Example
Text Example
White with #B790DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790DF; }
p { color: rgb(183,144,223); }
H1.HeaderClassName
{
color: #B790DF;
}
.AnyTagClassName
{
color: #B790DF;
}
</style>
background-color css
<style>
a { background-color: #B790DF; }
a { background-color: rgb(183,144,223); }
div.DivClassName
{
background-color: #B790DF;
}
.BgClassName
{
background-color: #B790DF;
}
</style>
border-color css
<style>
span { border-color: #B790DF; }
span { border-color: rgb(183,144,223); }
td.TdClassName
{
border-color: #B790DF;
}
.TagClassName
{
border-color: #B790DF;
}
</style>