Shades of Biloba Flower #B692E7
Tints of Biloba Flower #B692E7
RGB
CMYK
RGB Variations
Color information
#B692E7 (or 0xB692E7) is known color: Biloba Flower. HEX triplet: B6, 92 and E7. RGB value is (182,146,231). Sum of RGB (Red+Green+Blue) = 182+146+231=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #B692E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692E7 is #496D18. Grayscale: #A6A6A6. Windows color (decimal): -4812057 or 15176374. OLE color: 15176374.
HSL color Cylindrical-coordinate representation of color #B692E7: hue angle of 265.41º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B692E7 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 146 | 231 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.09 |
| HSL | 265.41º | 0.64% | 0.74% | - |
| HSV(B) | 265.41º | 0.37% | 0.91% | - |
| XYZ | 43.99 | 36.27 | 80.28 | - |
| YUV | 166.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 231 | 0.21 | 0.37 | 0 | 0.09 | 265.41 | 0.64 | 0.74 |
| Hex | B6 | 92 | E7 | 15 | 25 | 0 | 9 | 109 | 40 | 4A |
| Octal | 266 | 222 | 347 | 25 | 45 | 0 | 11 | 411 | 100 | 112 |
| Binary | 10110110 | 10010010 | 11100111 | 10101 | 100101 | 0 | 1001 | 100001001 | 1000000 | 1001010 |
Color Harmonies of #B692E7
Complementary color
Monochromatic Colors of #B692E7
Black with #B692E7
Text Example
Text Example
White with #B692E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692E7; }
p { color: rgb(182,146,231); }
H1.HeaderClassName
{
color: #B692E7;
}
.AnyTagClassName
{
color: #B692E7;
}
</style>
background-color css
<style>
a { background-color: #B692E7; }
a { background-color: rgb(182,146,231); }
div.DivClassName
{
background-color: #B692E7;
}
.BgClassName
{
background-color: #B692E7;
}
</style>
border-color css
<style>
span { border-color: #B692E7; }
span { border-color: rgb(182,146,231); }
td.TdClassName
{
border-color: #B692E7;
}
.TagClassName
{
border-color: #B692E7;
}
</style>