Shades of Biloba Flower #B481DD
Tints of Biloba Flower #B481DD
RGB
CMYK
RGB Variations
Color information
#B481DD (or 0xB481DD) is known color: Biloba Flower. HEX triplet: B4, 81 and DD. RGB value is (180,129,221). Sum of RGB (Red+Green+Blue) = 180+129+221=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DD is #4B7E22. Grayscale: #9A9A9A. Windows color (decimal): -4947491 or 14516660. OLE color: 14516660.
HSL color Cylindrical-coordinate representation of color #B481DD: hue angle of 273.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B481DD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 129 | 221 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.13 |
| HSL | 273.26º | 0.58% | 0.69% | - |
| HSV(B) | 273.26º | 0.42% | 0.87% | - |
| XYZ | 39.72 | 30.62 | 72.22 | - |
| YUV | 154.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 221 | 0.19 | 0.42 | 0 | 0.13 | 273.26 | 0.58 | 0.69 |
| Hex | B4 | 81 | DD | 13 | 2A | 0 | D | 111 | 3A | 45 |
| Octal | 264 | 201 | 335 | 23 | 52 | 0 | 15 | 421 | 72 | 105 |
| Binary | 10110100 | 10000001 | 11011101 | 10011 | 101010 | 0 | 1101 | 100010001 | 111010 | 1000101 |
Color Harmonies of #B481DD
Complementary color
Monochromatic Colors of #B481DD
Black with #B481DD
Text Example
Text Example
White with #B481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B481DD; }
p { color: rgb(180,129,221); }
H1.HeaderClassName
{
color: #B481DD;
}
.AnyTagClassName
{
color: #B481DD;
}
</style>
background-color css
<style>
a { background-color: #B481DD; }
a { background-color: rgb(180,129,221); }
div.DivClassName
{
background-color: #B481DD;
}
.BgClassName
{
background-color: #B481DD;
}
</style>
border-color css
<style>
span { border-color: #B481DD; }
span { border-color: rgb(180,129,221); }
td.TdClassName
{
border-color: #B481DD;
}
.TagClassName
{
border-color: #B481DD;
}
</style>