Shades of Biloba Flower #B28AF4
Tints of Biloba Flower #B28AF4
RGB
CMYK
RGB Variations
Color information
#B28AF4 (or 0xB28AF4) is known color: Biloba Flower. HEX triplet: B2, 8A and F4. RGB value is (178,138,244). Sum of RGB (Red+Green+Blue) = 178+138+244=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #B28AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AF4 is #4D750B. Grayscale: #A1A1A1. Windows color (decimal): -5076236 or 16026290. OLE color: 16026290.
HSL color Cylindrical-coordinate representation of color #B28AF4: hue angle of 262.64º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28AF4 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 138 | 244 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.04 |
| HSL | 262.64º | 0.83% | 0.75% | - |
| HSV(B) | 262.64º | 0.43% | 0.96% | - |
| XYZ | 43.78 | 34.17 | 89.88 | - |
| YUV | 162.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 244 | 0.27 | 0.43 | 0 | 0.04 | 262.64 | 0.83 | 0.75 |
| Hex | B2 | 8A | F4 | 1B | 2B | 0 | 4 | 107 | 53 | 4B |
| Octal | 262 | 212 | 364 | 33 | 53 | 0 | 4 | 407 | 123 | 113 |
| Binary | 10110010 | 10001010 | 11110100 | 11011 | 101011 | 0 | 100 | 100000111 | 1010011 | 1001011 |
Color Harmonies of #B28AF4
Complementary color
Monochromatic Colors of #B28AF4
Black with #B28AF4
Text Example
Text Example
White with #B28AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AF4; }
p { color: rgb(178,138,244); }
H1.HeaderClassName
{
color: #B28AF4;
}
.AnyTagClassName
{
color: #B28AF4;
}
</style>
background-color css
<style>
a { background-color: #B28AF4; }
a { background-color: rgb(178,138,244); }
div.DivClassName
{
background-color: #B28AF4;
}
.BgClassName
{
background-color: #B28AF4;
}
</style>
border-color css
<style>
span { border-color: #B28AF4; }
span { border-color: rgb(178,138,244); }
td.TdClassName
{
border-color: #B28AF4;
}
.TagClassName
{
border-color: #B28AF4;
}
</style>