Shades of Biloba Flower #B382DB
Tints of Biloba Flower #B382DB
RGB
CMYK
RGB Variations
Color information
#B382DB (or 0xB382DB) is known color: Biloba Flower. HEX triplet: B3, 82 and DB. RGB value is (179,130,219). Sum of RGB (Red+Green+Blue) = 179+130+219=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #B382DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382DB is #4C7D24. Grayscale: #9A9A9A. Windows color (decimal): -5012773 or 14385843. OLE color: 14385843.
HSL color Cylindrical-coordinate representation of color #B382DB: hue angle of 273.03º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B382DB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 130 | 219 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.14 |
| HSL | 273.03º | 0.55% | 0.68% | - |
| HSV(B) | 273.03º | 0.41% | 0.86% | - |
| XYZ | 39.36 | 30.66 | 70.86 | - |
| YUV | 154.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 219 | 0.18 | 0.41 | 0 | 0.14 | 273.03 | 0.55 | 0.68 |
| Hex | B3 | 82 | DB | 12 | 29 | 0 | E | 111 | 37 | 44 |
| Octal | 263 | 202 | 333 | 22 | 51 | 0 | 16 | 421 | 67 | 104 |
| Binary | 10110011 | 10000010 | 11011011 | 10010 | 101001 | 0 | 1110 | 100010001 | 110111 | 1000100 |
Color Harmonies of #B382DB
Complementary color
Monochromatic Colors of #B382DB
Black with #B382DB
Text Example
Text Example
White with #B382DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382DB; }
p { color: rgb(179,130,219); }
H1.HeaderClassName
{
color: #B382DB;
}
.AnyTagClassName
{
color: #B382DB;
}
</style>
background-color css
<style>
a { background-color: #B382DB; }
a { background-color: rgb(179,130,219); }
div.DivClassName
{
background-color: #B382DB;
}
.BgClassName
{
background-color: #B382DB;
}
</style>
border-color css
<style>
span { border-color: #B382DB; }
span { border-color: rgb(179,130,219); }
td.TdClassName
{
border-color: #B382DB;
}
.TagClassName
{
border-color: #B382DB;
}
</style>