Shades of Biloba Flower #B28CE4
Tints of Biloba Flower #B28CE4
RGB
CMYK
RGB Variations
Color information
#B28CE4 (or 0xB28CE4) is known color: Biloba Flower. HEX triplet: B2, 8C and E4. RGB value is (178,140,228). Sum of RGB (Red+Green+Blue) = 178+140+228=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #B28CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CE4 is #4D731B. Grayscale: #A1A1A1. Windows color (decimal): -5075740 or 14978226. OLE color: 14978226.
HSL color Cylindrical-coordinate representation of color #B28CE4: hue angle of 265.91º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B28CE4 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 140 | 228 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.11 |
| HSL | 265.91º | 0.62% | 0.72% | - |
| HSV(B) | 265.91º | 0.39% | 0.89% | - |
| XYZ | 41.74 | 33.82 | 77.73 | - |
| YUV | 161.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 228 | 0.22 | 0.39 | 0 | 0.11 | 265.91 | 0.62 | 0.72 |
| Hex | B2 | 8C | E4 | 16 | 27 | 0 | B | 10A | 3E | 48 |
| Octal | 262 | 214 | 344 | 26 | 47 | 0 | 13 | 412 | 76 | 110 |
| Binary | 10110010 | 10001100 | 11100100 | 10110 | 100111 | 0 | 1011 | 100001010 | 111110 | 1001000 |
Color Harmonies of #B28CE4
Complementary color
Monochromatic Colors of #B28CE4
Black with #B28CE4
Text Example
Text Example
White with #B28CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CE4; }
p { color: rgb(178,140,228); }
H1.HeaderClassName
{
color: #B28CE4;
}
.AnyTagClassName
{
color: #B28CE4;
}
</style>
background-color css
<style>
a { background-color: #B28CE4; }
a { background-color: rgb(178,140,228); }
div.DivClassName
{
background-color: #B28CE4;
}
.BgClassName
{
background-color: #B28CE4;
}
</style>
border-color css
<style>
span { border-color: #B28CE4; }
span { border-color: rgb(178,140,228); }
td.TdClassName
{
border-color: #B28CE4;
}
.TagClassName
{
border-color: #B28CE4;
}
</style>