Shades of Biloba Flower #B690DC
Tints of Biloba Flower #B690DC
RGB
CMYK
RGB Variations
Color information
#B690DC (or 0xB690DC) is known color: Biloba Flower. HEX triplet: B6, 90 and DC. RGB value is (182,144,220). Sum of RGB (Red+Green+Blue) = 182+144+220=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B690DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DC is #496F23. Grayscale: #A3A3A3. Windows color (decimal): -4812580 or 14454966. OLE color: 14454966.
HSL color Cylindrical-coordinate representation of color #B690DC: hue angle of 270º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B690DC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 144 | 220 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.14 |
| HSL | 270º | 0.52% | 0.71% | - |
| HSV(B) | 270º | 0.35% | 0.86% | - |
| XYZ | 42.18 | 35.06 | 72.25 | - |
| YUV | 164.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 220 | 0.17 | 0.35 | 0 | 0.14 | 270 | 0.52 | 0.71 |
| Hex | B6 | 90 | DC | 11 | 23 | 0 | E | 10E | 34 | 47 |
| Octal | 266 | 220 | 334 | 21 | 43 | 0 | 16 | 416 | 64 | 107 |
| Binary | 10110110 | 10010000 | 11011100 | 10001 | 100011 | 0 | 1110 | 100001110 | 110100 | 1000111 |
Color Harmonies of #B690DC
Complementary color
Monochromatic Colors of #B690DC
Black with #B690DC
Text Example
Text Example
White with #B690DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690DC; }
p { color: rgb(182,144,220); }
H1.HeaderClassName
{
color: #B690DC;
}
.AnyTagClassName
{
color: #B690DC;
}
</style>
background-color css
<style>
a { background-color: #B690DC; }
a { background-color: rgb(182,144,220); }
div.DivClassName
{
background-color: #B690DC;
}
.BgClassName
{
background-color: #B690DC;
}
</style>
border-color css
<style>
span { border-color: #B690DC; }
span { border-color: rgb(182,144,220); }
td.TdClassName
{
border-color: #B690DC;
}
.TagClassName
{
border-color: #B690DC;
}
</style>