Shades of Biloba Flower #B392ED
Tints of Biloba Flower #B392ED
RGB
CMYK
RGB Variations
Color information
#B392ED (or 0xB392ED) is known color: Biloba Flower. HEX triplet: B3, 92 and ED. RGB value is (179,146,237). Sum of RGB (Red+Green+Blue) = 179+146+237=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B392ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392ED is #4C6D12. Grayscale: #A5A5A5. Windows color (decimal): -5008659 or 15569587. OLE color: 15569587.
HSL color Cylindrical-coordinate representation of color #B392ED: hue angle of 261.76º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B392ED is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 146 | 237 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.07 |
| HSL | 261.76º | 0.72% | 0.75% | - |
| HSV(B) | 261.76º | 0.38% | 0.93% | - |
| XYZ | 44.16 | 36.26 | 84.79 | - |
| YUV | 166.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 237 | 0.24 | 0.38 | 0 | 0.07 | 261.76 | 0.72 | 0.75 |
| Hex | B3 | 92 | ED | 18 | 26 | 0 | 7 | 106 | 48 | 4B |
| Octal | 263 | 222 | 355 | 30 | 46 | 0 | 7 | 406 | 110 | 113 |
| Binary | 10110011 | 10010010 | 11101101 | 11000 | 100110 | 0 | 111 | 100000110 | 1001000 | 1001011 |
Color Harmonies of #B392ED
Complementary color
Monochromatic Colors of #B392ED
Black with #B392ED
Text Example
Text Example
White with #B392ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392ED; }
p { color: rgb(179,146,237); }
H1.HeaderClassName
{
color: #B392ED;
}
.AnyTagClassName
{
color: #B392ED;
}
</style>
background-color css
<style>
a { background-color: #B392ED; }
a { background-color: rgb(179,146,237); }
div.DivClassName
{
background-color: #B392ED;
}
.BgClassName
{
background-color: #B392ED;
}
</style>
border-color css
<style>
span { border-color: #B392ED; }
span { border-color: rgb(179,146,237); }
td.TdClassName
{
border-color: #B392ED;
}
.TagClassName
{
border-color: #B392ED;
}
</style>