Shades of Biloba Flower #B392CE
Tints of Biloba Flower #B392CE
RGB
CMYK
RGB Variations
Color information
#B392CE (or 0xB392CE) is known color: Biloba Flower. HEX triplet: B3, 92 and CE. RGB value is (179,146,206). Sum of RGB (Red+Green+Blue) = 179+146+206=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #B392CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392CE is #4C6D31. Grayscale: #A2A2A2. Windows color (decimal): -5008690 or 13537971. OLE color: 13537971.
HSL color Cylindrical-coordinate representation of color #B392CE: hue angle of 273º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B392CE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 146 | 206 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.19 |
| HSL | 273º | 0.38% | 0.69% | - |
| HSV(B) | 273º | 0.29% | 0.81% | - |
| XYZ | 40.01 | 34.6 | 62.96 | - |
| YUV | 162.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 206 | 0.13 | 0.29 | 0 | 0.19 | 273 | 0.38 | 0.69 |
| Hex | B3 | 92 | CE | D | 1D | 0 | 13 | 111 | 26 | 45 |
| Octal | 263 | 222 | 316 | 15 | 35 | 0 | 23 | 421 | 46 | 105 |
| Binary | 10110011 | 10010010 | 11001110 | 1101 | 11101 | 0 | 10011 | 100010001 | 100110 | 1000101 |
Color Harmonies of #B392CE
Complementary color
Monochromatic Colors of #B392CE
Black with #B392CE
Text Example
Text Example
White with #B392CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392CE; }
p { color: rgb(179,146,206); }
H1.HeaderClassName
{
color: #B392CE;
}
.AnyTagClassName
{
color: #B392CE;
}
</style>
background-color css
<style>
a { background-color: #B392CE; }
a { background-color: rgb(179,146,206); }
div.DivClassName
{
background-color: #B392CE;
}
.BgClassName
{
background-color: #B392CE;
}
</style>
border-color css
<style>
span { border-color: #B392CE; }
span { border-color: rgb(179,146,206); }
td.TdClassName
{
border-color: #B392CE;
}
.TagClassName
{
border-color: #B392CE;
}
</style>