Shades of Biloba Flower #B57FFB
Tints of Biloba Flower #B57FFB
RGB
CMYK
RGB Variations
Color information
#B57FFB (or 0xB57FFB) is known color: Biloba Flower. HEX triplet: B5, 7F and FB. RGB value is (181,127,251). Sum of RGB (Red+Green+Blue) = 181+127+251=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #B57FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FFB is #4A8004. Grayscale: #9C9C9C. Windows color (decimal): -4882437 or 16482229. OLE color: 16482229.
HSL color Cylindrical-coordinate representation of color #B57FFB: hue angle of 266.13º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B57FFB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 127 | 251 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.02 |
| HSL | 266.13º | 0.94% | 0.74% | - |
| HSV(B) | 266.13º | 0.49% | 0.98% | - |
| XYZ | 44.06 | 31.97 | 95.12 | - |
| YUV | 157.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 251 | 0.28 | 0.49 | 0 | 0.02 | 266.13 | 0.94 | 0.74 |
| Hex | B5 | 7F | FB | 1C | 31 | 0 | 2 | 10A | 5E | 4A |
| Octal | 265 | 177 | 373 | 34 | 61 | 0 | 2 | 412 | 136 | 112 |
| Binary | 10110101 | 1111111 | 11111011 | 11100 | 110001 | 0 | 10 | 100001010 | 1011110 | 1001010 |
Color Harmonies of #B57FFB
Complementary color
Monochromatic Colors of #B57FFB
Black with #B57FFB
Text Example
Text Example
White with #B57FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FFB; }
p { color: rgb(181,127,251); }
H1.HeaderClassName
{
color: #B57FFB;
}
.AnyTagClassName
{
color: #B57FFB;
}
</style>
background-color css
<style>
a { background-color: #B57FFB; }
a { background-color: rgb(181,127,251); }
div.DivClassName
{
background-color: #B57FFB;
}
.BgClassName
{
background-color: #B57FFB;
}
</style>
border-color css
<style>
span { border-color: #B57FFB; }
span { border-color: rgb(181,127,251); }
td.TdClassName
{
border-color: #B57FFB;
}
.TagClassName
{
border-color: #B57FFB;
}
</style>