Shades of Biloba Flower #B281DC
Tints of Biloba Flower #B281DC
RGB
CMYK
RGB Variations
Color information
#B281DC (or 0xB281DC) is known color: Biloba Flower. HEX triplet: B2, 81 and DC. RGB value is (178,129,220). Sum of RGB (Red+Green+Blue) = 178+129+220=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #B281DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DC is #4D7E23. Grayscale: #999999. Windows color (decimal): -5078564 or 14451122. OLE color: 14451122.
HSL color Cylindrical-coordinate representation of color #B281DC: hue angle of 272.31º 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 #B281DC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 129 | 220 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.14 |
| HSL | 272.31º | 0.57% | 0.68% | - |
| HSV(B) | 272.31º | 0.41% | 0.86% | - |
| XYZ | 39.13 | 30.33 | 71.5 | - |
| YUV | 154.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 220 | 0.19 | 0.41 | 0 | 0.14 | 272.31 | 0.57 | 0.68 |
| Hex | B2 | 81 | DC | 13 | 29 | 0 | E | 110 | 39 | 44 |
| Octal | 262 | 201 | 334 | 23 | 51 | 0 | 16 | 420 | 71 | 104 |
| Binary | 10110010 | 10000001 | 11011100 | 10011 | 101001 | 0 | 1110 | 100010000 | 111001 | 1000100 |
Color Harmonies of #B281DC
Complementary color
Monochromatic Colors of #B281DC
Black with #B281DC
Text Example
Text Example
White with #B281DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281DC; }
p { color: rgb(178,129,220); }
H1.HeaderClassName
{
color: #B281DC;
}
.AnyTagClassName
{
color: #B281DC;
}
</style>
background-color css
<style>
a { background-color: #B281DC; }
a { background-color: rgb(178,129,220); }
div.DivClassName
{
background-color: #B281DC;
}
.BgClassName
{
background-color: #B281DC;
}
</style>
border-color css
<style>
span { border-color: #B281DC; }
span { border-color: rgb(178,129,220); }
td.TdClassName
{
border-color: #B281DC;
}
.TagClassName
{
border-color: #B281DC;
}
</style>