Shades of Biloba Flower #B57ADF
Tints of Biloba Flower #B57ADF
RGB
CMYK
RGB Variations
Color information
#B57ADF (or 0xB57ADF) is known color: Biloba Flower. HEX triplet: B5, 7A and DF. RGB value is (181,122,223). Sum of RGB (Red+Green+Blue) = 181+122+223=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B57ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ADF is #4A8520. Grayscale: #969696. Windows color (decimal): -4883745 or 14645941. OLE color: 14645941.
HSL color Cylindrical-coordinate representation of color #B57ADF: hue angle of 275.05º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57ADF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 122 | 223 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.13 |
| HSL | 275.05º | 0.61% | 0.68% | - |
| HSV(B) | 275.05º | 0.45% | 0.87% | - |
| XYZ | 39.33 | 29.07 | 73.35 | - |
| YUV | 151.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 223 | 0.19 | 0.45 | 0 | 0.13 | 275.05 | 0.61 | 0.68 |
| Hex | B5 | 7A | DF | 13 | 2D | 0 | D | 113 | 3D | 44 |
| Octal | 265 | 172 | 337 | 23 | 55 | 0 | 15 | 423 | 75 | 104 |
| Binary | 10110101 | 1111010 | 11011111 | 10011 | 101101 | 0 | 1101 | 100010011 | 111101 | 1000100 |
Color Harmonies of #B57ADF
Complementary color
Monochromatic Colors of #B57ADF
Black with #B57ADF
Text Example
Text Example
White with #B57ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57ADF; }
p { color: rgb(181,122,223); }
H1.HeaderClassName
{
color: #B57ADF;
}
.AnyTagClassName
{
color: #B57ADF;
}
</style>
background-color css
<style>
a { background-color: #B57ADF; }
a { background-color: rgb(181,122,223); }
div.DivClassName
{
background-color: #B57ADF;
}
.BgClassName
{
background-color: #B57ADF;
}
</style>
border-color css
<style>
span { border-color: #B57ADF; }
span { border-color: rgb(181,122,223); }
td.TdClassName
{
border-color: #B57ADF;
}
.TagClassName
{
border-color: #B57ADF;
}
</style>