Shades of Biloba Flower #B683DB
Tints of Biloba Flower #B683DB
RGB
CMYK
RGB Variations
Color information
#B683DB (or 0xB683DB) is known color: Biloba Flower. HEX triplet: B6, 83 and DB. RGB value is (182,131,219). Sum of RGB (Red+Green+Blue) = 182+131+219=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B683DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683DB is #497C24. Grayscale: #9B9B9B. Windows color (decimal): -4815909 or 14386102. OLE color: 14386102.
HSL color Cylindrical-coordinate representation of color #B683DB: hue angle of 274.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B683DB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 131 | 219 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.14 |
| HSL | 274.77º | 0.55% | 0.69% | - |
| HSV(B) | 274.77º | 0.4% | 0.86% | - |
| XYZ | 40.19 | 31.29 | 70.94 | - |
| YUV | 156.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 219 | 0.17 | 0.40 | 0 | 0.14 | 274.77 | 0.55 | 0.69 |
| Hex | B6 | 83 | DB | 11 | 28 | 0 | E | 113 | 37 | 45 |
| Octal | 266 | 203 | 333 | 21 | 50 | 0 | 16 | 423 | 67 | 105 |
| Binary | 10110110 | 10000011 | 11011011 | 10001 | 101000 | 0 | 1110 | 100010011 | 110111 | 1000101 |
Color Harmonies of #B683DB
Complementary color
Monochromatic Colors of #B683DB
Black with #B683DB
Text Example
Text Example
White with #B683DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B683DB; }
p { color: rgb(182,131,219); }
H1.HeaderClassName
{
color: #B683DB;
}
.AnyTagClassName
{
color: #B683DB;
}
</style>
background-color css
<style>
a { background-color: #B683DB; }
a { background-color: rgb(182,131,219); }
div.DivClassName
{
background-color: #B683DB;
}
.BgClassName
{
background-color: #B683DB;
}
</style>
border-color css
<style>
span { border-color: #B683DB; }
span { border-color: rgb(182,131,219); }
td.TdClassName
{
border-color: #B683DB;
}
.TagClassName
{
border-color: #B683DB;
}
</style>