Shades of Biloba Flower #B38AF1
Tints of Biloba Flower #B38AF1
RGB
CMYK
RGB Variations
Color information
#B38AF1 (or 0xB38AF1) is known color: Biloba Flower. HEX triplet: B3, 8A and F1. RGB value is (179,138,241). Sum of RGB (Red+Green+Blue) = 179+138+241=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #B38AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AF1 is #4C750E. Grayscale: #A1A1A1. Windows color (decimal): -5010703 or 15829683. OLE color: 15829683.
HSL color Cylindrical-coordinate representation of color #B38AF1: hue angle of 263.88º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38AF1 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 138 | 241 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.05 |
| HSL | 263.88º | 0.79% | 0.74% | - |
| HSV(B) | 263.88º | 0.43% | 0.95% | - |
| XYZ | 43.56 | 34.11 | 87.51 | - |
| YUV | 162 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 241 | 0.26 | 0.43 | 0 | 0.05 | 263.88 | 0.79 | 0.74 |
| Hex | B3 | 8A | F1 | 1A | 2B | 0 | 5 | 108 | 4F | 4A |
| Octal | 263 | 212 | 361 | 32 | 53 | 0 | 5 | 410 | 117 | 112 |
| Binary | 10110011 | 10001010 | 11110001 | 11010 | 101011 | 0 | 101 | 100001000 | 1001111 | 1001010 |
Color Harmonies of #B38AF1
Complementary color
Monochromatic Colors of #B38AF1
Black with #B38AF1
Text Example
Text Example
White with #B38AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38AF1; }
p { color: rgb(179,138,241); }
H1.HeaderClassName
{
color: #B38AF1;
}
.AnyTagClassName
{
color: #B38AF1;
}
</style>
background-color css
<style>
a { background-color: #B38AF1; }
a { background-color: rgb(179,138,241); }
div.DivClassName
{
background-color: #B38AF1;
}
.BgClassName
{
background-color: #B38AF1;
}
</style>
border-color css
<style>
span { border-color: #B38AF1; }
span { border-color: rgb(179,138,241); }
td.TdClassName
{
border-color: #B38AF1;
}
.TagClassName
{
border-color: #B38AF1;
}
</style>