Shades of Biloba Flower #B492EF
Tints of Biloba Flower #B492EF
RGB
CMYK
RGB Variations
Color information
#B492EF (or 0xB492EF) is known color: Biloba Flower. HEX triplet: B4, 92 and EF. RGB value is (180,146,239). Sum of RGB (Red+Green+Blue) = 180+146+239=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #B492EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B492EF is #4B6D10. Grayscale: #A6A6A6. Windows color (decimal): -4943121 or 15700660. OLE color: 15700660.
HSL color Cylindrical-coordinate representation of color #B492EF: hue angle of 261.94º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B492EF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 146 | 239 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.06 |
| HSL | 261.94º | 0.74% | 0.75% | - |
| HSV(B) | 261.94º | 0.39% | 0.94% | - |
| XYZ | 44.68 | 36.49 | 86.35 | - |
| YUV | 166.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 239 | 0.25 | 0.39 | 0 | 0.06 | 261.94 | 0.74 | 0.75 |
| Hex | B4 | 92 | EF | 19 | 27 | 0 | 6 | 106 | 4A | 4B |
| Octal | 264 | 222 | 357 | 31 | 47 | 0 | 6 | 406 | 112 | 113 |
| Binary | 10110100 | 10010010 | 11101111 | 11001 | 100111 | 0 | 110 | 100000110 | 1001010 | 1001011 |
Color Harmonies of #B492EF
Complementary color
Monochromatic Colors of #B492EF
Black with #B492EF
Text Example
Text Example
White with #B492EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492EF; }
p { color: rgb(180,146,239); }
H1.HeaderClassName
{
color: #B492EF;
}
.AnyTagClassName
{
color: #B492EF;
}
</style>
background-color css
<style>
a { background-color: #B492EF; }
a { background-color: rgb(180,146,239); }
div.DivClassName
{
background-color: #B492EF;
}
.BgClassName
{
background-color: #B492EF;
}
</style>
border-color css
<style>
span { border-color: #B492EF; }
span { border-color: rgb(180,146,239); }
td.TdClassName
{
border-color: #B492EF;
}
.TagClassName
{
border-color: #B492EF;
}
</style>