Shades of Biloba Flower #B385FF
Tints of Biloba Flower #B385FF
RGB
CMYK
RGB Variations
Color information
#B385FF (or 0xB385FF) is known color: Biloba Flower. HEX triplet: B3, 85 and FF. RGB value is (179,133,255). Sum of RGB (Red+Green+Blue) = 179+133+255=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B385FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FF is #4C7A00. Grayscale: #A0A0A0. Windows color (decimal): -5011969 or 16745907. OLE color: 16745907.
HSL color Cylindrical-coordinate representation of color #B385FF: hue angle of 262.62º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B385FF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 133 | 255 | - |
| CMYK | 0.30 | 0.48 | 0 | 0 |
| HSL | 262.62º | 1% | 0.76% | - |
| HSV(B) | 262.62º | 0.48% | 1% | - |
| XYZ | 45.03 | 33.58 | 98.72 | - |
| YUV | 160.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 255 | 0.30 | 0.48 | 0 | 0 | 262.62 | 1 | 0.76 |
| Hex | B3 | 85 | FF | 1E | 30 | 0 | 0 | 107 | 64 | 4C |
| Octal | 263 | 205 | 377 | 36 | 60 | 0 | 0 | 407 | 144 | 114 |
| Binary | 10110011 | 10000101 | 11111111 | 11110 | 110000 | 0 | 0 | 100000111 | 1100100 | 1001100 |
Color Harmonies of #B385FF
Complementary color
Monochromatic Colors of #B385FF
Black with #B385FF
Text Example
Text Example
White with #B385FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385FF; }
p { color: rgb(179,133,255); }
H1.HeaderClassName
{
color: #B385FF;
}
.AnyTagClassName
{
color: #B385FF;
}
</style>
background-color css
<style>
a { background-color: #B385FF; }
a { background-color: rgb(179,133,255); }
div.DivClassName
{
background-color: #B385FF;
}
.BgClassName
{
background-color: #B385FF;
}
</style>
border-color css
<style>
span { border-color: #B385FF; }
span { border-color: rgb(179,133,255); }
td.TdClassName
{
border-color: #B385FF;
}
.TagClassName
{
border-color: #B385FF;
}
</style>