Shades of Biloba Flower #B695E7
Tints of Biloba Flower #B695E7
RGB
CMYK
RGB Variations
Color information
#B695E7 (or 0xB695E7) is known color: Biloba Flower. HEX triplet: B6, 95 and E7. RGB value is (182,149,231). Sum of RGB (Red+Green+Blue) = 182+149+231=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #B695E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695E7 is #496A18. Grayscale: #A7A7A7. Windows color (decimal): -4811289 or 15177142. OLE color: 15177142.
HSL color Cylindrical-coordinate representation of color #B695E7: hue angle of 264.15º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B695E7 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 149 | 231 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.09 |
| HSL | 264.15º | 0.63% | 0.75% | - |
| HSV(B) | 264.15º | 0.35% | 0.91% | - |
| XYZ | 44.46 | 37.21 | 80.44 | - |
| YUV | 168.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 231 | 0.21 | 0.35 | 0 | 0.09 | 264.15 | 0.63 | 0.75 |
| Hex | B6 | 95 | E7 | 15 | 23 | 0 | 9 | 108 | 3F | 4B |
| Octal | 266 | 225 | 347 | 25 | 43 | 0 | 11 | 410 | 77 | 113 |
| Binary | 10110110 | 10010101 | 11100111 | 10101 | 100011 | 0 | 1001 | 100001000 | 111111 | 1001011 |
Color Harmonies of #B695E7
Complementary color
Monochromatic Colors of #B695E7
Black with #B695E7
Text Example
Text Example
White with #B695E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695E7; }
p { color: rgb(182,149,231); }
H1.HeaderClassName
{
color: #B695E7;
}
.AnyTagClassName
{
color: #B695E7;
}
</style>
background-color css
<style>
a { background-color: #B695E7; }
a { background-color: rgb(182,149,231); }
div.DivClassName
{
background-color: #B695E7;
}
.BgClassName
{
background-color: #B695E7;
}
</style>
border-color css
<style>
span { border-color: #B695E7; }
span { border-color: rgb(182,149,231); }
td.TdClassName
{
border-color: #B695E7;
}
.TagClassName
{
border-color: #B695E7;
}
</style>