Shades of Biloba Flower #B38CFF
Tints of Biloba Flower #B38CFF
RGB
CMYK
RGB Variations
Color information
#B38CFF (or 0xB38CFF) is known color: Biloba Flower. HEX triplet: B3, 8C and FF. RGB value is (179,140,255). Sum of RGB (Red+Green+Blue) = 179+140+255=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CFF is #4C7300. Grayscale: #A4A4A4. Windows color (decimal): -5010177 or 16747699. OLE color: 16747699.
HSL color Cylindrical-coordinate representation of color #B38CFF: hue angle of 260.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38CFF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 140 | 255 | - |
| CMYK | 0.30 | 0.45 | 0 | 0 |
| HSL | 260.35º | 1% | 0.77% | - |
| HSV(B) | 260.35º | 0.45% | 1% | - |
| XYZ | 46.02 | 35.56 | 99.05 | - |
| YUV | 164.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 255 | 0.30 | 0.45 | 0 | 0 | 260.35 | 1 | 0.77 |
| Hex | B3 | 8C | FF | 1E | 2D | 0 | 0 | 104 | 64 | 4D |
| Octal | 263 | 214 | 377 | 36 | 55 | 0 | 0 | 404 | 144 | 115 |
| Binary | 10110011 | 10001100 | 11111111 | 11110 | 101101 | 0 | 0 | 100000100 | 1100100 | 1001101 |
Color Harmonies of #B38CFF
Complementary color
Monochromatic Colors of #B38CFF
Black with #B38CFF
Text Example
Text Example
White with #B38CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38CFF; }
p { color: rgb(179,140,255); }
H1.HeaderClassName
{
color: #B38CFF;
}
.AnyTagClassName
{
color: #B38CFF;
}
</style>
background-color css
<style>
a { background-color: #B38CFF; }
a { background-color: rgb(179,140,255); }
div.DivClassName
{
background-color: #B38CFF;
}
.BgClassName
{
background-color: #B38CFF;
}
</style>
border-color css
<style>
span { border-color: #B38CFF; }
span { border-color: rgb(179,140,255); }
td.TdClassName
{
border-color: #B38CFF;
}
.TagClassName
{
border-color: #B38CFF;
}
</style>