Shades of Biloba Flower #B28FD5
Tints of Biloba Flower #B28FD5
RGB
CMYK
RGB Variations
Color information
#B28FD5 (or 0xB28FD5) is known color: Biloba Flower. HEX triplet: B2, 8F and D5. RGB value is (178,143,213). Sum of RGB (Red+Green+Blue) = 178+143+213=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #B28FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FD5 is #4D702A. Grayscale: #A1A1A1. Windows color (decimal): -5074987 or 13995954. OLE color: 13995954.
HSL color Cylindrical-coordinate representation of color #B28FD5: hue angle of 270º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B28FD5 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 143 | 213 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.16 |
| HSL | 270º | 0.45% | 0.7% | - |
| HSV(B) | 270º | 0.33% | 0.84% | - |
| XYZ | 40.19 | 33.91 | 67.38 | - |
| YUV | 161.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 213 | 0.16 | 0.33 | 0 | 0.16 | 270 | 0.45 | 0.7 |
| Hex | B2 | 8F | D5 | 10 | 21 | 0 | 10 | 10E | 2D | 46 |
| Octal | 262 | 217 | 325 | 20 | 41 | 0 | 20 | 416 | 55 | 106 |
| Binary | 10110010 | 10001111 | 11010101 | 10000 | 100001 | 0 | 10000 | 100001110 | 101101 | 1000110 |
Color Harmonies of #B28FD5
Complementary color
Monochromatic Colors of #B28FD5
Black with #B28FD5
Text Example
Text Example
White with #B28FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FD5; }
p { color: rgb(178,143,213); }
H1.HeaderClassName
{
color: #B28FD5;
}
.AnyTagClassName
{
color: #B28FD5;
}
</style>
background-color css
<style>
a { background-color: #B28FD5; }
a { background-color: rgb(178,143,213); }
div.DivClassName
{
background-color: #B28FD5;
}
.BgClassName
{
background-color: #B28FD5;
}
</style>
border-color css
<style>
span { border-color: #B28FD5; }
span { border-color: rgb(178,143,213); }
td.TdClassName
{
border-color: #B28FD5;
}
.TagClassName
{
border-color: #B28FD5;
}
</style>