Shades of Biloba Flower #B591D4
Tints of Biloba Flower #B591D4
RGB
CMYK
RGB Variations
Color information
#B591D4 (or 0xB591D4) is known color: Biloba Flower. HEX triplet: B5, 91 and D4. RGB value is (181,145,212). Sum of RGB (Red+Green+Blue) = 181+145+212=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #B591D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591D4 is #4A6E2B. Grayscale: #A3A3A3. Windows color (decimal): -4877868 or 13930933. OLE color: 13930933.
HSL color Cylindrical-coordinate representation of color #B591D4: hue angle of 272.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B591D4 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 145 | 212 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.17 |
| HSL | 272.24º | 0.44% | 0.7% | - |
| HSV(B) | 272.24º | 0.32% | 0.83% | - |
| XYZ | 41.07 | 34.83 | 66.85 | - |
| YUV | 163.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 212 | 0.15 | 0.32 | 0 | 0.17 | 272.24 | 0.44 | 0.7 |
| Hex | B5 | 91 | D4 | F | 20 | 0 | 11 | 110 | 2C | 46 |
| Octal | 265 | 221 | 324 | 17 | 40 | 0 | 21 | 420 | 54 | 106 |
| Binary | 10110101 | 10010001 | 11010100 | 1111 | 100000 | 0 | 10001 | 100010000 | 101100 | 1000110 |
Color Harmonies of #B591D4
Complementary color
Monochromatic Colors of #B591D4
Black with #B591D4
Text Example
Text Example
White with #B591D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591D4; }
p { color: rgb(181,145,212); }
H1.HeaderClassName
{
color: #B591D4;
}
.AnyTagClassName
{
color: #B591D4;
}
</style>
background-color css
<style>
a { background-color: #B591D4; }
a { background-color: rgb(181,145,212); }
div.DivClassName
{
background-color: #B591D4;
}
.BgClassName
{
background-color: #B591D4;
}
</style>
border-color css
<style>
span { border-color: #B591D4; }
span { border-color: rgb(181,145,212); }
td.TdClassName
{
border-color: #B591D4;
}
.TagClassName
{
border-color: #B591D4;
}
</style>