Shades of Biloba Flower #B599F5
Tints of Biloba Flower #B599F5
RGB
CMYK
RGB Variations
Color information
#B599F5 (or 0xB599F5) is known color: Biloba Flower. HEX triplet: B5, 99 and F5. RGB value is (181,153,245). Sum of RGB (Red+Green+Blue) = 181+153+245=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #B599F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599F5 is #4A660A. Grayscale: #ABABAB. Windows color (decimal): -4875787 or 16095669. OLE color: 16095669.
HSL color Cylindrical-coordinate representation of color #B599F5: hue angle of 258.26º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B599F5 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 153 | 245 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.04 |
| HSL | 258.26º | 0.82% | 0.78% | - |
| HSV(B) | 258.26º | 0.38% | 0.96% | - |
| XYZ | 46.93 | 39.2 | 91.48 | - |
| YUV | 171.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 245 | 0.26 | 0.38 | 0 | 0.04 | 258.26 | 0.82 | 0.78 |
| Hex | B5 | 99 | F5 | 1A | 26 | 0 | 4 | 102 | 52 | 4E |
| Octal | 265 | 231 | 365 | 32 | 46 | 0 | 4 | 402 | 122 | 116 |
| Binary | 10110101 | 10011001 | 11110101 | 11010 | 100110 | 0 | 100 | 100000010 | 1010010 | 1001110 |
Color Harmonies of #B599F5
Complementary color
Monochromatic Colors of #B599F5
Black with #B599F5
Text Example
Text Example
White with #B599F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599F5; }
p { color: rgb(181,153,245); }
H1.HeaderClassName
{
color: #B599F5;
}
.AnyTagClassName
{
color: #B599F5;
}
</style>
background-color css
<style>
a { background-color: #B599F5; }
a { background-color: rgb(181,153,245); }
div.DivClassName
{
background-color: #B599F5;
}
.BgClassName
{
background-color: #B599F5;
}
</style>
border-color css
<style>
span { border-color: #B599F5; }
span { border-color: rgb(181,153,245); }
td.TdClassName
{
border-color: #B599F5;
}
.TagClassName
{
border-color: #B599F5;
}
</style>