Shades of Biloba Flower #B581DC
Tints of Biloba Flower #B581DC
RGB
CMYK
RGB Variations
Color information
#B581DC (or 0xB581DC) is known color: Biloba Flower. HEX triplet: B5, 81 and DC. RGB value is (181,129,220). Sum of RGB (Red+Green+Blue) = 181+129+220=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #B581DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581DC is #4A7E23. Grayscale: #9A9A9A. Windows color (decimal): -4881956 or 14451125. OLE color: 14451125.
HSL color Cylindrical-coordinate representation of color #B581DC: hue angle of 274.29º 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 #B581DC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 129 | 220 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.14 |
| HSL | 274.29º | 0.57% | 0.68% | - |
| HSV(B) | 274.29º | 0.41% | 0.86% | - |
| XYZ | 39.82 | 30.69 | 71.54 | - |
| YUV | 154.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 220 | 0.18 | 0.41 | 0 | 0.14 | 274.29 | 0.57 | 0.68 |
| Hex | B5 | 81 | DC | 12 | 29 | 0 | E | 112 | 39 | 44 |
| Octal | 265 | 201 | 334 | 22 | 51 | 0 | 16 | 422 | 71 | 104 |
| Binary | 10110101 | 10000001 | 11011100 | 10010 | 101001 | 0 | 1110 | 100010010 | 111001 | 1000100 |
Color Harmonies of #B581DC
Complementary color
Monochromatic Colors of #B581DC
Black with #B581DC
Text Example
Text Example
White with #B581DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581DC; }
p { color: rgb(181,129,220); }
H1.HeaderClassName
{
color: #B581DC;
}
.AnyTagClassName
{
color: #B581DC;
}
</style>
background-color css
<style>
a { background-color: #B581DC; }
a { background-color: rgb(181,129,220); }
div.DivClassName
{
background-color: #B581DC;
}
.BgClassName
{
background-color: #B581DC;
}
</style>
border-color css
<style>
span { border-color: #B581DC; }
span { border-color: rgb(181,129,220); }
td.TdClassName
{
border-color: #B581DC;
}
.TagClassName
{
border-color: #B581DC;
}
</style>