Shades of Biloba Flower #B38FFE
Tints of Biloba Flower #B38FFE
RGB
CMYK
RGB Variations
Color information
#B38FFE (or 0xB38FFE) is known color: Biloba Flower. HEX triplet: B3, 8F and FE. RGB value is (179,143,254). Sum of RGB (Red+Green+Blue) = 179+143+254=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B38FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FFE is #4C7001. Grayscale: #A6A6A6. Windows color (decimal): -5009410 or 16682931. OLE color: 16682931.
HSL color Cylindrical-coordinate representation of color #B38FFE: hue angle of 259.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38FFE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 143 | 254 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.00 |
| HSL | 259.46º | 0.98% | 0.78% | - |
| HSV(B) | 259.46º | 0.44% | 1% | - |
| XYZ | 46.3 | 36.38 | 98.35 | - |
| YUV | 166.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 254 | 0.30 | 0.44 | 0 | 0.00 | 259.46 | 0.98 | 0.78 |
| Hex | B3 | 8F | FE | 1E | 2C | 0 | 0 | 103 | 62 | 4E |
| Octal | 263 | 217 | 376 | 36 | 54 | 0 | 0 | 403 | 142 | 116 |
| Binary | 10110011 | 10001111 | 11111110 | 11110 | 101100 | 0 | 0 | 100000011 | 1100010 | 1001110 |
Color Harmonies of #B38FFE
Complementary color
Monochromatic Colors of #B38FFE
Black with #B38FFE
Text Example
Text Example
White with #B38FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FFE; }
p { color: rgb(179,143,254); }
H1.HeaderClassName
{
color: #B38FFE;
}
.AnyTagClassName
{
color: #B38FFE;
}
</style>
background-color css
<style>
a { background-color: #B38FFE; }
a { background-color: rgb(179,143,254); }
div.DivClassName
{
background-color: #B38FFE;
}
.BgClassName
{
background-color: #B38FFE;
}
</style>
border-color css
<style>
span { border-color: #B38FFE; }
span { border-color: rgb(179,143,254); }
td.TdClassName
{
border-color: #B38FFE;
}
.TagClassName
{
border-color: #B38FFE;
}
</style>