Shades of Biloba Flower #B597D3
Tints of Biloba Flower #B597D3
RGB
CMYK
RGB Variations
Color information
#B597D3 (or 0xB597D3) is known color: Biloba Flower. HEX triplet: B5, 97 and D3. RGB value is (181,151,211). Sum of RGB (Red+Green+Blue) = 181+151+211=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #B597D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597D3 is #4A682C. Grayscale: #A6A6A6. Windows color (decimal): -4876333 or 13866933. OLE color: 13866933.
HSL color Cylindrical-coordinate representation of color #B597D3: hue angle of 270º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B597D3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 151 | 211 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.17 |
| HSL | 270º | 0.41% | 0.71% | - |
| HSV(B) | 270º | 0.28% | 0.83% | - |
| XYZ | 41.88 | 36.66 | 66.5 | - |
| YUV | 166.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 211 | 0.14 | 0.28 | 0 | 0.17 | 270 | 0.41 | 0.71 |
| Hex | B5 | 97 | D3 | E | 1C | 0 | 11 | 10E | 29 | 47 |
| Octal | 265 | 227 | 323 | 16 | 34 | 0 | 21 | 416 | 51 | 107 |
| Binary | 10110101 | 10010111 | 11010011 | 1110 | 11100 | 0 | 10001 | 100001110 | 101001 | 1000111 |
Color Harmonies of #B597D3
Complementary color
Monochromatic Colors of #B597D3
Black with #B597D3
Text Example
Text Example
White with #B597D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597D3; }
p { color: rgb(181,151,211); }
H1.HeaderClassName
{
color: #B597D3;
}
.AnyTagClassName
{
color: #B597D3;
}
</style>
background-color css
<style>
a { background-color: #B597D3; }
a { background-color: rgb(181,151,211); }
div.DivClassName
{
background-color: #B597D3;
}
.BgClassName
{
background-color: #B597D3;
}
</style>
border-color css
<style>
span { border-color: #B597D3; }
span { border-color: rgb(181,151,211); }
td.TdClassName
{
border-color: #B597D3;
}
.TagClassName
{
border-color: #B597D3;
}
</style>