Shades of Biloba Flower #B585F3
Tints of Biloba Flower #B585F3
RGB
CMYK
RGB Variations
Color information
#B585F3 (or 0xB585F3) is known color: Biloba Flower. HEX triplet: B5, 85 and F3. RGB value is (181,133,243). Sum of RGB (Red+Green+Blue) = 181+133+243=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #B585F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585F3 is #4A7A0C. Grayscale: #9F9F9F. Windows color (decimal): -4880909 or 15959477. OLE color: 15959477.
HSL color Cylindrical-coordinate representation of color #B585F3: hue angle of 266.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B585F3 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 133 | 243 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.05 |
| HSL | 266.18º | 0.82% | 0.74% | - |
| HSV(B) | 266.18º | 0.45% | 0.95% | - |
| XYZ | 43.62 | 33.07 | 88.88 | - |
| YUV | 159.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 243 | 0.26 | 0.45 | 0 | 0.05 | 266.18 | 0.82 | 0.74 |
| Hex | B5 | 85 | F3 | 1A | 2D | 0 | 5 | 10A | 52 | 4A |
| Octal | 265 | 205 | 363 | 32 | 55 | 0 | 5 | 412 | 122 | 112 |
| Binary | 10110101 | 10000101 | 11110011 | 11010 | 101101 | 0 | 101 | 100001010 | 1010010 | 1001010 |
Color Harmonies of #B585F3
Complementary color
Monochromatic Colors of #B585F3
Black with #B585F3
Text Example
Text Example
White with #B585F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585F3; }
p { color: rgb(181,133,243); }
H1.HeaderClassName
{
color: #B585F3;
}
.AnyTagClassName
{
color: #B585F3;
}
</style>
background-color css
<style>
a { background-color: #B585F3; }
a { background-color: rgb(181,133,243); }
div.DivClassName
{
background-color: #B585F3;
}
.BgClassName
{
background-color: #B585F3;
}
</style>
border-color css
<style>
span { border-color: #B585F3; }
span { border-color: rgb(181,133,243); }
td.TdClassName
{
border-color: #B585F3;
}
.TagClassName
{
border-color: #B585F3;
}
</style>