Shades of Biloba Flower #B599E6
Tints of Biloba Flower #B599E6
RGB
CMYK
RGB Variations
Color information
#B599E6 (or 0xB599E6) is known color: Biloba Flower. HEX triplet: B5, 99 and E6. RGB value is (181,153,230). Sum of RGB (Red+Green+Blue) = 181+153+230=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #B599E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599E6 is #4A6619. Grayscale: #A9A9A9. Windows color (decimal): -4875802 or 15112629. OLE color: 15112629.
HSL color Cylindrical-coordinate representation of color #B599E6: hue angle of 261.82º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B599E6 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 153 | 230 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.10 |
| HSL | 261.82º | 0.61% | 0.75% | - |
| HSV(B) | 261.82º | 0.33% | 0.9% | - |
| XYZ | 44.73 | 38.32 | 79.9 | - |
| YUV | 170.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 230 | 0.21 | 0.33 | 0 | 0.10 | 261.82 | 0.61 | 0.75 |
| Hex | B5 | 99 | E6 | 15 | 21 | 0 | A | 106 | 3D | 4B |
| Octal | 265 | 231 | 346 | 25 | 41 | 0 | 12 | 406 | 75 | 113 |
| Binary | 10110101 | 10011001 | 11100110 | 10101 | 100001 | 0 | 1010 | 100000110 | 111101 | 1001011 |
Color Harmonies of #B599E6
Complementary color
Monochromatic Colors of #B599E6
Black with #B599E6
Text Example
Text Example
White with #B599E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599E6; }
p { color: rgb(181,153,230); }
H1.HeaderClassName
{
color: #B599E6;
}
.AnyTagClassName
{
color: #B599E6;
}
</style>
background-color css
<style>
a { background-color: #B599E6; }
a { background-color: rgb(181,153,230); }
div.DivClassName
{
background-color: #B599E6;
}
.BgClassName
{
background-color: #B599E6;
}
</style>
border-color css
<style>
span { border-color: #B599E6; }
span { border-color: rgb(181,153,230); }
td.TdClassName
{
border-color: #B599E6;
}
.TagClassName
{
border-color: #B599E6;
}
</style>