Shades of Biloba Flower #B592D4
Tints of Biloba Flower #B592D4
RGB
CMYK
RGB Variations
Color information
#B592D4 (or 0xB592D4) is known color: Biloba Flower. HEX triplet: B5, 92 and D4. RGB value is (181,146,212). Sum of RGB (Red+Green+Blue) = 181+146+212=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #B592D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592D4 is #4A6D2B. Grayscale: #A3A3A3. Windows color (decimal): -4877612 or 13931189. OLE color: 13931189.
HSL color Cylindrical-coordinate representation of color #B592D4: hue angle of 271.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B592D4 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 146 | 212 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.17 |
| HSL | 271.82º | 0.43% | 0.7% | - |
| HSV(B) | 271.82º | 0.31% | 0.83% | - |
| XYZ | 41.22 | 35.14 | 66.9 | - |
| YUV | 163.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 212 | 0.15 | 0.31 | 0 | 0.17 | 271.82 | 0.43 | 0.7 |
| Hex | B5 | 92 | D4 | F | 1F | 0 | 11 | 110 | 2B | 46 |
| Octal | 265 | 222 | 324 | 17 | 37 | 0 | 21 | 420 | 53 | 106 |
| Binary | 10110101 | 10010010 | 11010100 | 1111 | 11111 | 0 | 10001 | 100010000 | 101011 | 1000110 |
Color Harmonies of #B592D4
Complementary color
Monochromatic Colors of #B592D4
Black with #B592D4
Text Example
Text Example
White with #B592D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592D4; }
p { color: rgb(181,146,212); }
H1.HeaderClassName
{
color: #B592D4;
}
.AnyTagClassName
{
color: #B592D4;
}
</style>
background-color css
<style>
a { background-color: #B592D4; }
a { background-color: rgb(181,146,212); }
div.DivClassName
{
background-color: #B592D4;
}
.BgClassName
{
background-color: #B592D4;
}
</style>
border-color css
<style>
span { border-color: #B592D4; }
span { border-color: rgb(181,146,212); }
td.TdClassName
{
border-color: #B592D4;
}
.TagClassName
{
border-color: #B592D4;
}
</style>