Shades of Biloba Flower #B38AFA
Tints of Biloba Flower #B38AFA
RGB
CMYK
RGB Variations
Color information
#B38AFA (or 0xB38AFA) is known color: Biloba Flower. HEX triplet: B3, 8A and FA. RGB value is (179,138,250). Sum of RGB (Red+Green+Blue) = 179+138+250=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #B38AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AFA is #4C7505. Grayscale: #A2A2A2. Windows color (decimal): -5010694 or 16419507. OLE color: 16419507.
HSL color Cylindrical-coordinate representation of color #B38AFA: hue angle of 261.96º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38AFA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 138 | 250 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.02 |
| HSL | 261.96º | 0.92% | 0.76% | - |
| HSV(B) | 261.96º | 0.45% | 0.98% | - |
| XYZ | 44.93 | 34.66 | 94.76 | - |
| YUV | 163.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 250 | 0.28 | 0.45 | 0 | 0.02 | 261.96 | 0.92 | 0.76 |
| Hex | B3 | 8A | FA | 1C | 2D | 0 | 2 | 106 | 5C | 4C |
| Octal | 263 | 212 | 372 | 34 | 55 | 0 | 2 | 406 | 134 | 114 |
| Binary | 10110011 | 10001010 | 11111010 | 11100 | 101101 | 0 | 10 | 100000110 | 1011100 | 1001100 |
Color Harmonies of #B38AFA
Complementary color
Monochromatic Colors of #B38AFA
Black with #B38AFA
Text Example
Text Example
White with #B38AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38AFA; }
p { color: rgb(179,138,250); }
H1.HeaderClassName
{
color: #B38AFA;
}
.AnyTagClassName
{
color: #B38AFA;
}
</style>
background-color css
<style>
a { background-color: #B38AFA; }
a { background-color: rgb(179,138,250); }
div.DivClassName
{
background-color: #B38AFA;
}
.BgClassName
{
background-color: #B38AFA;
}
</style>
border-color css
<style>
span { border-color: #B38AFA; }
span { border-color: rgb(179,138,250); }
td.TdClassName
{
border-color: #B38AFA;
}
.TagClassName
{
border-color: #B38AFA;
}
</style>