Shades of Biloba Flower #B57DF2
Tints of Biloba Flower #B57DF2
RGB
CMYK
RGB Variations
Color information
#B57DF2 (or 0xB57DF2) is known color: Biloba Flower. HEX triplet: B5, 7D and F2. RGB value is (181,125,242). Sum of RGB (Red+Green+Blue) = 181+125+242=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #B57DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DF2 is #4A820D. Grayscale: #9A9A9A. Windows color (decimal): -4882958 or 15891893. OLE color: 15891893.
HSL color Cylindrical-coordinate representation of color #B57DF2: hue angle of 268.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57DF2 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 125 | 242 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.05 |
| HSL | 268.72º | 0.82% | 0.72% | - |
| HSV(B) | 268.72º | 0.48% | 0.95% | - |
| XYZ | 42.42 | 30.9 | 87.73 | - |
| YUV | 155.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 242 | 0.25 | 0.48 | 0 | 0.05 | 268.72 | 0.82 | 0.72 |
| Hex | B5 | 7D | F2 | 19 | 30 | 0 | 5 | 10D | 52 | 48 |
| Octal | 265 | 175 | 362 | 31 | 60 | 0 | 5 | 415 | 122 | 110 |
| Binary | 10110101 | 1111101 | 11110010 | 11001 | 110000 | 0 | 101 | 100001101 | 1010010 | 1001000 |
Color Harmonies of #B57DF2
Complementary color
Monochromatic Colors of #B57DF2
Black with #B57DF2
Text Example
Text Example
White with #B57DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DF2; }
p { color: rgb(181,125,242); }
H1.HeaderClassName
{
color: #B57DF2;
}
.AnyTagClassName
{
color: #B57DF2;
}
</style>
background-color css
<style>
a { background-color: #B57DF2; }
a { background-color: rgb(181,125,242); }
div.DivClassName
{
background-color: #B57DF2;
}
.BgClassName
{
background-color: #B57DF2;
}
</style>
border-color css
<style>
span { border-color: #B57DF2; }
span { border-color: rgb(181,125,242); }
td.TdClassName
{
border-color: #B57DF2;
}
.TagClassName
{
border-color: #B57DF2;
}
</style>