Shades of Biloba Flower #B285FF
Tints of Biloba Flower #B285FF
RGB
CMYK
RGB Variations
Color information
#B285FF (or 0xB285FF) is known color: Biloba Flower. HEX triplet: B2, 85 and FF. RGB value is (178,133,255). Sum of RGB (Red+Green+Blue) = 178+133+255=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B285FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285FF is #4D7A00. Grayscale: #9F9F9F. Windows color (decimal): -5077505 or 16745906. OLE color: 16745906.
HSL color Cylindrical-coordinate representation of color #B285FF: hue angle of 262.13º 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 #B285FF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 133 | 255 | - |
| CMYK | 0.30 | 0.48 | 0 | 0 |
| HSL | 262.13º | 1% | 0.76% | - |
| HSV(B) | 262.13º | 0.48% | 1% | - |
| XYZ | 44.8 | 33.46 | 98.71 | - |
| YUV | 160.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 255 | 0.30 | 0.48 | 0 | 0 | 262.13 | 1 | 0.76 |
| Hex | B2 | 85 | FF | 1E | 30 | 0 | 0 | 106 | 64 | 4C |
| Octal | 262 | 205 | 377 | 36 | 60 | 0 | 0 | 406 | 144 | 114 |
| Binary | 10110010 | 10000101 | 11111111 | 11110 | 110000 | 0 | 0 | 100000110 | 1100100 | 1001100 |
Color Harmonies of #B285FF
Complementary color
Monochromatic Colors of #B285FF
Black with #B285FF
Text Example
Text Example
White with #B285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B285FF; }
p { color: rgb(178,133,255); }
H1.HeaderClassName
{
color: #B285FF;
}
.AnyTagClassName
{
color: #B285FF;
}
</style>
background-color css
<style>
a { background-color: #B285FF; }
a { background-color: rgb(178,133,255); }
div.DivClassName
{
background-color: #B285FF;
}
.BgClassName
{
background-color: #B285FF;
}
</style>
border-color css
<style>
span { border-color: #B285FF; }
span { border-color: rgb(178,133,255); }
td.TdClassName
{
border-color: #B285FF;
}
.TagClassName
{
border-color: #B285FF;
}
</style>