Shades of Biloba Flower #B592D2
Tints of Biloba Flower #B592D2
RGB
CMYK
RGB Variations
Color information
#B592D2 (or 0xB592D2) is known color: Biloba Flower. HEX triplet: B5, 92 and D2. RGB value is (181,146,210). Sum of RGB (Red+Green+Blue) = 181+146+210=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #B592D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592D2 is #4A6D2D. Grayscale: #A3A3A3. Windows color (decimal): -4877614 or 13800117. OLE color: 13800117.
HSL color Cylindrical-coordinate representation of color #B592D2: hue angle of 272.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B592D2 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 146 | 210 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.18 |
| HSL | 272.81º | 0.42% | 0.7% | - |
| HSV(B) | 272.81º | 0.3% | 0.82% | - |
| XYZ | 40.97 | 35.03 | 65.58 | - |
| YUV | 163.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 210 | 0.14 | 0.30 | 0 | 0.18 | 272.81 | 0.42 | 0.7 |
| Hex | B5 | 92 | D2 | E | 1E | 0 | 12 | 111 | 2A | 46 |
| Octal | 265 | 222 | 322 | 16 | 36 | 0 | 22 | 421 | 52 | 106 |
| Binary | 10110101 | 10010010 | 11010010 | 1110 | 11110 | 0 | 10010 | 100010001 | 101010 | 1000110 |
Color Harmonies of #B592D2
Complementary color
Monochromatic Colors of #B592D2
Black with #B592D2
Text Example
Text Example
White with #B592D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592D2; }
p { color: rgb(181,146,210); }
H1.HeaderClassName
{
color: #B592D2;
}
.AnyTagClassName
{
color: #B592D2;
}
</style>
background-color css
<style>
a { background-color: #B592D2; }
a { background-color: rgb(181,146,210); }
div.DivClassName
{
background-color: #B592D2;
}
.BgClassName
{
background-color: #B592D2;
}
</style>
border-color css
<style>
span { border-color: #B592D2; }
span { border-color: rgb(181,146,210); }
td.TdClassName
{
border-color: #B592D2;
}
.TagClassName
{
border-color: #B592D2;
}
</style>