Shades of Biloba Flower #B584F3
Tints of Biloba Flower #B584F3
RGB
CMYK
RGB Variations
Color information
#B584F3 (or 0xB584F3) is known color: Biloba Flower. HEX triplet: B5, 84 and F3. RGB value is (181,132,243). Sum of RGB (Red+Green+Blue) = 181+132+243=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #B584F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584F3 is #4A7B0C. Grayscale: #9E9E9E. Windows color (decimal): -4881165 or 15959221. OLE color: 15959221.
HSL color Cylindrical-coordinate representation of color #B584F3: hue angle of 266.49º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B584F3 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 132 | 243 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.05 |
| HSL | 266.49º | 0.82% | 0.74% | - |
| HSV(B) | 266.49º | 0.46% | 0.95% | - |
| XYZ | 43.48 | 32.8 | 88.83 | - |
| YUV | 159.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 243 | 0.26 | 0.46 | 0 | 0.05 | 266.49 | 0.82 | 0.74 |
| Hex | B5 | 84 | F3 | 1A | 2E | 0 | 5 | 10A | 52 | 4A |
| Octal | 265 | 204 | 363 | 32 | 56 | 0 | 5 | 412 | 122 | 112 |
| Binary | 10110101 | 10000100 | 11110011 | 11010 | 101110 | 0 | 101 | 100001010 | 1010010 | 1001010 |
Color Harmonies of #B584F3
Complementary color
Monochromatic Colors of #B584F3
Black with #B584F3
Text Example
Text Example
White with #B584F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584F3; }
p { color: rgb(181,132,243); }
H1.HeaderClassName
{
color: #B584F3;
}
.AnyTagClassName
{
color: #B584F3;
}
</style>
background-color css
<style>
a { background-color: #B584F3; }
a { background-color: rgb(181,132,243); }
div.DivClassName
{
background-color: #B584F3;
}
.BgClassName
{
background-color: #B584F3;
}
</style>
border-color css
<style>
span { border-color: #B584F3; }
span { border-color: rgb(181,132,243); }
td.TdClassName
{
border-color: #B584F3;
}
.TagClassName
{
border-color: #B584F3;
}
</style>