Shades of Biloba Flower #B481DC
Tints of Biloba Flower #B481DC
RGB
CMYK
RGB Variations
Color information
#B481DC (or 0xB481DC) is known color: Biloba Flower. HEX triplet: B4, 81 and DC. RGB value is (180,129,220). Sum of RGB (Red+Green+Blue) = 180+129+220=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B481DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DC is #4B7E23. Grayscale: #9A9A9A. Windows color (decimal): -4947492 or 14451124. OLE color: 14451124.
HSL color Cylindrical-coordinate representation of color #B481DC: hue angle of 273.63º degrees, saturation: 0.57, 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 #B481DC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 129 | 220 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.14 |
| HSL | 273.63º | 0.57% | 0.68% | - |
| HSV(B) | 273.63º | 0.41% | 0.86% | - |
| XYZ | 39.59 | 30.57 | 71.52 | - |
| YUV | 154.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 220 | 0.18 | 0.41 | 0 | 0.14 | 273.63 | 0.57 | 0.68 |
| Hex | B4 | 81 | DC | 12 | 29 | 0 | E | 112 | 39 | 44 |
| Octal | 264 | 201 | 334 | 22 | 51 | 0 | 16 | 422 | 71 | 104 |
| Binary | 10110100 | 10000001 | 11011100 | 10010 | 101001 | 0 | 1110 | 100010010 | 111001 | 1000100 |
Color Harmonies of #B481DC
Complementary color
Monochromatic Colors of #B481DC
Black with #B481DC
Text Example
Text Example
White with #B481DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B481DC; }
p { color: rgb(180,129,220); }
H1.HeaderClassName
{
color: #B481DC;
}
.AnyTagClassName
{
color: #B481DC;
}
</style>
background-color css
<style>
a { background-color: #B481DC; }
a { background-color: rgb(180,129,220); }
div.DivClassName
{
background-color: #B481DC;
}
.BgClassName
{
background-color: #B481DC;
}
</style>
border-color css
<style>
span { border-color: #B481DC; }
span { border-color: rgb(180,129,220); }
td.TdClassName
{
border-color: #B481DC;
}
.TagClassName
{
border-color: #B481DC;
}
</style>