Shades of Biloba Flower #B598F5
Tints of Biloba Flower #B598F5
RGB
CMYK
RGB Variations
Color information
#B598F5 (or 0xB598F5) is known color: Biloba Flower. HEX triplet: B5, 98 and F5. RGB value is (181,152,245). Sum of RGB (Red+Green+Blue) = 181+152+245=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #B598F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B598F5 is #4A670A. Grayscale: #AAAAAA. Windows color (decimal): -4876043 or 16095413. OLE color: 16095413.
HSL color Cylindrical-coordinate representation of color #B598F5: hue angle of 258.71º 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 #B598F5 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 152 | 245 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.04 |
| HSL | 258.71º | 0.82% | 0.78% | - |
| HSV(B) | 258.71º | 0.38% | 0.96% | - |
| XYZ | 46.77 | 38.87 | 91.42 | - |
| YUV | 171.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 245 | 0.26 | 0.38 | 0 | 0.04 | 258.71 | 0.82 | 0.78 |
| Hex | B5 | 98 | F5 | 1A | 26 | 0 | 4 | 103 | 52 | 4E |
| Octal | 265 | 230 | 365 | 32 | 46 | 0 | 4 | 403 | 122 | 116 |
| Binary | 10110101 | 10011000 | 11110101 | 11010 | 100110 | 0 | 100 | 100000011 | 1010010 | 1001110 |
Color Harmonies of #B598F5
Complementary color
Monochromatic Colors of #B598F5
Black with #B598F5
Text Example
Text Example
White with #B598F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598F5; }
p { color: rgb(181,152,245); }
H1.HeaderClassName
{
color: #B598F5;
}
.AnyTagClassName
{
color: #B598F5;
}
</style>
background-color css
<style>
a { background-color: #B598F5; }
a { background-color: rgb(181,152,245); }
div.DivClassName
{
background-color: #B598F5;
}
.BgClassName
{
background-color: #B598F5;
}
</style>
border-color css
<style>
span { border-color: #B598F5; }
span { border-color: rgb(181,152,245); }
td.TdClassName
{
border-color: #B598F5;
}
.TagClassName
{
border-color: #B598F5;
}
</style>