Shades of Biloba Flower #B386ED
Tints of Biloba Flower #B386ED
RGB
CMYK
RGB Variations
Color information
#B386ED (or 0xB386ED) is known color: Biloba Flower. HEX triplet: B3, 86 and ED. RGB value is (179,134,237). Sum of RGB (Red+Green+Blue) = 179+134+237=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #B386ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B386ED is #4C7912. Grayscale: #9E9E9E. Windows color (decimal): -5011731 or 15566515. OLE color: 15566515.
HSL color Cylindrical-coordinate representation of color #B386ED: hue angle of 266.21º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B386ED is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 134 | 237 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.07 |
| HSL | 266.21º | 0.74% | 0.73% | - |
| HSV(B) | 266.21º | 0.43% | 0.93% | - |
| XYZ | 42.4 | 32.75 | 84.21 | - |
| YUV | 159.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 237 | 0.24 | 0.43 | 0 | 0.07 | 266.21 | 0.74 | 0.73 |
| Hex | B3 | 86 | ED | 18 | 2B | 0 | 7 | 10A | 4A | 49 |
| Octal | 263 | 206 | 355 | 30 | 53 | 0 | 7 | 412 | 112 | 111 |
| Binary | 10110011 | 10000110 | 11101101 | 11000 | 101011 | 0 | 111 | 100001010 | 1001010 | 1001001 |
Color Harmonies of #B386ED
Complementary color
Monochromatic Colors of #B386ED
Black with #B386ED
Text Example
Text Example
White with #B386ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386ED; }
p { color: rgb(179,134,237); }
H1.HeaderClassName
{
color: #B386ED;
}
.AnyTagClassName
{
color: #B386ED;
}
</style>
background-color css
<style>
a { background-color: #B386ED; }
a { background-color: rgb(179,134,237); }
div.DivClassName
{
background-color: #B386ED;
}
.BgClassName
{
background-color: #B386ED;
}
</style>
border-color css
<style>
span { border-color: #B386ED; }
span { border-color: rgb(179,134,237); }
td.TdClassName
{
border-color: #B386ED;
}
.TagClassName
{
border-color: #B386ED;
}
</style>