Shades of Biloba Flower #B28FDF
Tints of Biloba Flower #B28FDF
RGB
CMYK
RGB Variations
Color information
#B28FDF (or 0xB28FDF) is known color: Biloba Flower. HEX triplet: B2, 8F and DF. RGB value is (178,143,223). Sum of RGB (Red+Green+Blue) = 178+143+223=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B28FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FDF is #4D7020. Grayscale: #A2A2A2. Windows color (decimal): -5074977 or 14651314. OLE color: 14651314.
HSL color Cylindrical-coordinate representation of color #B28FDF: hue angle of 266.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28FDF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 143 | 223 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.13 |
| HSL | 266.25º | 0.56% | 0.72% | - |
| HSV(B) | 266.25º | 0.36% | 0.87% | - |
| XYZ | 41.5 | 34.44 | 74.27 | - |
| YUV | 162.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 223 | 0.20 | 0.36 | 0 | 0.13 | 266.25 | 0.56 | 0.72 |
| Hex | B2 | 8F | DF | 14 | 24 | 0 | D | 10A | 38 | 48 |
| Octal | 262 | 217 | 337 | 24 | 44 | 0 | 15 | 412 | 70 | 110 |
| Binary | 10110010 | 10001111 | 11011111 | 10100 | 100100 | 0 | 1101 | 100001010 | 111000 | 1001000 |
Color Harmonies of #B28FDF
Complementary color
Monochromatic Colors of #B28FDF
Black with #B28FDF
Text Example
Text Example
White with #B28FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FDF; }
p { color: rgb(178,143,223); }
H1.HeaderClassName
{
color: #B28FDF;
}
.AnyTagClassName
{
color: #B28FDF;
}
</style>
background-color css
<style>
a { background-color: #B28FDF; }
a { background-color: rgb(178,143,223); }
div.DivClassName
{
background-color: #B28FDF;
}
.BgClassName
{
background-color: #B28FDF;
}
</style>
border-color css
<style>
span { border-color: #B28FDF; }
span { border-color: rgb(178,143,223); }
td.TdClassName
{
border-color: #B28FDF;
}
.TagClassName
{
border-color: #B28FDF;
}
</style>