Shades of Biloba Flower #B592DF
Tints of Biloba Flower #B592DF
RGB
CMYK
RGB Variations
Color information
#B592DF (or 0xB592DF) is known color: Biloba Flower. HEX triplet: B5, 92 and DF. RGB value is (181,146,223). Sum of RGB (Red+Green+Blue) = 181+146+223=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B592DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DF is #4A6D20. Grayscale: #A4A4A4. Windows color (decimal): -4877601 or 14652085. OLE color: 14652085.
HSL color Cylindrical-coordinate representation of color #B592DF: hue angle of 267.27º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B592DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 146 | 223 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 267.27º | 0.55% | 0.72% | - |
| HSV(B) | 267.27º | 0.35% | 0.87% | - |
| XYZ | 42.65 | 35.71 | 74.46 | - |
| YUV | 165.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 223 | 0.19 | 0.35 | 0 | 0.13 | 267.27 | 0.55 | 0.72 |
| Hex | B5 | 92 | DF | 13 | 23 | 0 | D | 10B | 37 | 48 |
| Octal | 265 | 222 | 337 | 23 | 43 | 0 | 15 | 413 | 67 | 110 |
| Binary | 10110101 | 10010010 | 11011111 | 10011 | 100011 | 0 | 1101 | 100001011 | 110111 | 1001000 |
Color Harmonies of #B592DF
Complementary color
Monochromatic Colors of #B592DF
Black with #B592DF
Text Example
Text Example
White with #B592DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592DF; }
p { color: rgb(181,146,223); }
H1.HeaderClassName
{
color: #B592DF;
}
.AnyTagClassName
{
color: #B592DF;
}
</style>
background-color css
<style>
a { background-color: #B592DF; }
a { background-color: rgb(181,146,223); }
div.DivClassName
{
background-color: #B592DF;
}
.BgClassName
{
background-color: #B592DF;
}
</style>
border-color css
<style>
span { border-color: #B592DF; }
span { border-color: rgb(181,146,223); }
td.TdClassName
{
border-color: #B592DF;
}
.TagClassName
{
border-color: #B592DF;
}
</style>