Shades of Biloba Flower #B28CEC
Tints of Biloba Flower #B28CEC
RGB
CMYK
RGB Variations
Color information
#B28CEC (or 0xB28CEC) is known color: Biloba Flower. HEX triplet: B2, 8C and EC. RGB value is (178,140,236). Sum of RGB (Red+Green+Blue) = 178+140+236=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CEC is #4D7313. Grayscale: #A1A1A1. Windows color (decimal): -5075732 or 15502514. OLE color: 15502514.
HSL color Cylindrical-coordinate representation of color #B28CEC: hue angle of 263.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28CEC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 140 | 236 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.07 |
| HSL | 263.75º | 0.72% | 0.74% | - |
| HSV(B) | 263.75º | 0.41% | 0.93% | - |
| XYZ | 42.88 | 34.28 | 83.71 | - |
| YUV | 162.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 236 | 0.25 | 0.41 | 0 | 0.07 | 263.75 | 0.72 | 0.74 |
| Hex | B2 | 8C | EC | 19 | 29 | 0 | 7 | 108 | 48 | 4A |
| Octal | 262 | 214 | 354 | 31 | 51 | 0 | 7 | 410 | 110 | 112 |
| Binary | 10110010 | 10001100 | 11101100 | 11001 | 101001 | 0 | 111 | 100001000 | 1001000 | 1001010 |
Color Harmonies of #B28CEC
Complementary color
Monochromatic Colors of #B28CEC
Black with #B28CEC
Text Example
Text Example
White with #B28CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CEC; }
p { color: rgb(178,140,236); }
H1.HeaderClassName
{
color: #B28CEC;
}
.AnyTagClassName
{
color: #B28CEC;
}
</style>
background-color css
<style>
a { background-color: #B28CEC; }
a { background-color: rgb(178,140,236); }
div.DivClassName
{
background-color: #B28CEC;
}
.BgClassName
{
background-color: #B28CEC;
}
</style>
border-color css
<style>
span { border-color: #B28CEC; }
span { border-color: rgb(178,140,236); }
td.TdClassName
{
border-color: #B28CEC;
}
.TagClassName
{
border-color: #B28CEC;
}
</style>