Shades of Biloba Flower #B385D7
Tints of Biloba Flower #B385D7
RGB
CMYK
RGB Variations
Color information
#B385D7 (or 0xB385D7) is known color: Biloba Flower. HEX triplet: B3, 85 and D7. RGB value is (179,133,215). Sum of RGB (Red+Green+Blue) = 179+133+215=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #B385D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385D7 is #4C7A28. Grayscale: #9B9B9B. Windows color (decimal): -5012009 or 14124467. OLE color: 14124467.
HSL color Cylindrical-coordinate representation of color #B385D7: hue angle of 273.66º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B385D7 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 133 | 215 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.16 |
| HSL | 273.66º | 0.51% | 0.68% | - |
| HSV(B) | 273.66º | 0.38% | 0.84% | - |
| XYZ | 39.24 | 31.27 | 68.26 | - |
| YUV | 156.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 215 | 0.17 | 0.38 | 0 | 0.16 | 273.66 | 0.51 | 0.68 |
| Hex | B3 | 85 | D7 | 11 | 26 | 0 | 10 | 112 | 33 | 44 |
| Octal | 263 | 205 | 327 | 21 | 46 | 0 | 20 | 422 | 63 | 104 |
| Binary | 10110011 | 10000101 | 11010111 | 10001 | 100110 | 0 | 10000 | 100010010 | 110011 | 1000100 |
Color Harmonies of #B385D7
Complementary color
Monochromatic Colors of #B385D7
Black with #B385D7
Text Example
Text Example
White with #B385D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385D7; }
p { color: rgb(179,133,215); }
H1.HeaderClassName
{
color: #B385D7;
}
.AnyTagClassName
{
color: #B385D7;
}
</style>
background-color css
<style>
a { background-color: #B385D7; }
a { background-color: rgb(179,133,215); }
div.DivClassName
{
background-color: #B385D7;
}
.BgClassName
{
background-color: #B385D7;
}
</style>
border-color css
<style>
span { border-color: #B385D7; }
span { border-color: rgb(179,133,215); }
td.TdClassName
{
border-color: #B385D7;
}
.TagClassName
{
border-color: #B385D7;
}
</style>