Shades of Biloba Flower #B482DA
Tints of Biloba Flower #B482DA
RGB
CMYK
RGB Variations
Color information
#B482DA (or 0xB482DA) is known color: Biloba Flower. HEX triplet: B4, 82 and DA. RGB value is (180,130,218). Sum of RGB (Red+Green+Blue) = 180+130+218=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B482DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482DA is #4B7D25. Grayscale: #9A9A9A. Windows color (decimal): -4947238 or 14320308. OLE color: 14320308.
HSL color Cylindrical-coordinate representation of color #B482DA: hue angle of 274.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B482DA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 130 | 218 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.15 |
| HSL | 274.09º | 0.54% | 0.68% | - |
| HSV(B) | 274.09º | 0.4% | 0.85% | - |
| XYZ | 39.46 | 30.73 | 70.18 | - |
| YUV | 154.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 218 | 0.17 | 0.40 | 0 | 0.15 | 274.09 | 0.54 | 0.68 |
| Hex | B4 | 82 | DA | 11 | 28 | 0 | F | 112 | 36 | 44 |
| Octal | 264 | 202 | 332 | 21 | 50 | 0 | 17 | 422 | 66 | 104 |
| Binary | 10110100 | 10000010 | 11011010 | 10001 | 101000 | 0 | 1111 | 100010010 | 110110 | 1000100 |
Color Harmonies of #B482DA
Complementary color
Monochromatic Colors of #B482DA
Black with #B482DA
Text Example
Text Example
White with #B482DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482DA; }
p { color: rgb(180,130,218); }
H1.HeaderClassName
{
color: #B482DA;
}
.AnyTagClassName
{
color: #B482DA;
}
</style>
background-color css
<style>
a { background-color: #B482DA; }
a { background-color: rgb(180,130,218); }
div.DivClassName
{
background-color: #B482DA;
}
.BgClassName
{
background-color: #B482DA;
}
</style>
border-color css
<style>
span { border-color: #B482DA; }
span { border-color: rgb(180,130,218); }
td.TdClassName
{
border-color: #B482DA;
}
.TagClassName
{
border-color: #B482DA;
}
</style>