Shades of Biloba Flower #B695E0
Tints of Biloba Flower #B695E0
RGB
CMYK
RGB Variations
Color information
#B695E0 (or 0xB695E0) is known color: Biloba Flower. HEX triplet: B6, 95 and E0. RGB value is (182,149,224). Sum of RGB (Red+Green+Blue) = 182+149+224=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #B695E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695E0 is #496A1F. Grayscale: #A7A7A7. Windows color (decimal): -4811296 or 14718390. OLE color: 14718390.
HSL color Cylindrical-coordinate representation of color #B695E0: hue angle of 266.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B695E0 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 149 | 224 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.12 |
| HSL | 266.4º | 0.55% | 0.73% | - |
| HSV(B) | 266.4º | 0.33% | 0.88% | - |
| XYZ | 43.49 | 36.82 | 75.34 | - |
| YUV | 167.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 224 | 0.19 | 0.33 | 0 | 0.12 | 266.4 | 0.55 | 0.73 |
| Hex | B6 | 95 | E0 | 13 | 21 | 0 | C | 10A | 37 | 49 |
| Octal | 266 | 225 | 340 | 23 | 41 | 0 | 14 | 412 | 67 | 111 |
| Binary | 10110110 | 10010101 | 11100000 | 10011 | 100001 | 0 | 1100 | 100001010 | 110111 | 1001001 |
Color Harmonies of #B695E0
Complementary color
Monochromatic Colors of #B695E0
Black with #B695E0
Text Example
Text Example
White with #B695E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695E0; }
p { color: rgb(182,149,224); }
H1.HeaderClassName
{
color: #B695E0;
}
.AnyTagClassName
{
color: #B695E0;
}
</style>
background-color css
<style>
a { background-color: #B695E0; }
a { background-color: rgb(182,149,224); }
div.DivClassName
{
background-color: #B695E0;
}
.BgClassName
{
background-color: #B695E0;
}
</style>
border-color css
<style>
span { border-color: #B695E0; }
span { border-color: rgb(182,149,224); }
td.TdClassName
{
border-color: #B695E0;
}
.TagClassName
{
border-color: #B695E0;
}
</style>