Shades of Biloba Flower #B57FFC
Tints of Biloba Flower #B57FFC
RGB
CMYK
RGB Variations
Color information
#B57FFC (or 0xB57FFC) is known color: Biloba Flower. HEX triplet: B5, 7F and FC. RGB value is (181,127,252). Sum of RGB (Red+Green+Blue) = 181+127+252=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #B57FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FFC is #4A8003. Grayscale: #9C9C9C. Windows color (decimal): -4882436 or 16547765. OLE color: 16547765.
HSL color Cylindrical-coordinate representation of color #B57FFC: hue angle of 265.92º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57FFC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 127 | 252 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.01 |
| HSL | 265.92º | 0.95% | 0.74% | - |
| HSV(B) | 265.92º | 0.5% | 0.99% | - |
| XYZ | 44.22 | 32.03 | 95.95 | - |
| YUV | 157.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 252 | 0.28 | 0.50 | 0 | 0.01 | 265.92 | 0.95 | 0.74 |
| Hex | B5 | 7F | FC | 1C | 32 | 0 | 1 | 10A | 5F | 4A |
| Octal | 265 | 177 | 374 | 34 | 62 | 0 | 1 | 412 | 137 | 112 |
| Binary | 10110101 | 1111111 | 11111100 | 11100 | 110010 | 0 | 1 | 100001010 | 1011111 | 1001010 |
Color Harmonies of #B57FFC
Complementary color
Monochromatic Colors of #B57FFC
Black with #B57FFC
Text Example
Text Example
White with #B57FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FFC; }
p { color: rgb(181,127,252); }
H1.HeaderClassName
{
color: #B57FFC;
}
.AnyTagClassName
{
color: #B57FFC;
}
</style>
background-color css
<style>
a { background-color: #B57FFC; }
a { background-color: rgb(181,127,252); }
div.DivClassName
{
background-color: #B57FFC;
}
.BgClassName
{
background-color: #B57FFC;
}
</style>
border-color css
<style>
span { border-color: #B57FFC; }
span { border-color: rgb(181,127,252); }
td.TdClassName
{
border-color: #B57FFC;
}
.TagClassName
{
border-color: #B57FFC;
}
</style>