Shades of Biloba Flower #B482D7
Tints of Biloba Flower #B482D7
RGB
CMYK
RGB Variations
Color information
#B482D7 (or 0xB482D7) is known color: Biloba Flower. HEX triplet: B4, 82 and D7. RGB value is (180,130,215). Sum of RGB (Red+Green+Blue) = 180+130+215=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #B482D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482D7 is #4B7D28. Grayscale: #9A9A9A. Windows color (decimal): -4947241 or 14123700. OLE color: 14123700.
HSL color Cylindrical-coordinate representation of color #B482D7: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B482D7 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 130 | 215 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.16 |
| HSL | 275.29º | 0.52% | 0.68% | - |
| HSV(B) | 275.29º | 0.4% | 0.84% | - |
| XYZ | 39.07 | 30.57 | 68.13 | - |
| YUV | 154.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 215 | 0.16 | 0.40 | 0 | 0.16 | 275.29 | 0.52 | 0.68 |
| Hex | B4 | 82 | D7 | 10 | 28 | 0 | 10 | 113 | 34 | 44 |
| Octal | 264 | 202 | 327 | 20 | 50 | 0 | 20 | 423 | 64 | 104 |
| Binary | 10110100 | 10000010 | 11010111 | 10000 | 101000 | 0 | 10000 | 100010011 | 110100 | 1000100 |
Color Harmonies of #B482D7
Complementary color
Monochromatic Colors of #B482D7
Black with #B482D7
Text Example
Text Example
White with #B482D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482D7; }
p { color: rgb(180,130,215); }
H1.HeaderClassName
{
color: #B482D7;
}
.AnyTagClassName
{
color: #B482D7;
}
</style>
background-color css
<style>
a { background-color: #B482D7; }
a { background-color: rgb(180,130,215); }
div.DivClassName
{
background-color: #B482D7;
}
.BgClassName
{
background-color: #B482D7;
}
</style>
border-color css
<style>
span { border-color: #B482D7; }
span { border-color: rgb(180,130,215); }
td.TdClassName
{
border-color: #B482D7;
}
.TagClassName
{
border-color: #B482D7;
}
</style>