Shades of Biloba Flower #B382E5
Tints of Biloba Flower #B382E5
RGB
CMYK
RGB Variations
Color information
#B382E5 (or 0xB382E5) is known color: Biloba Flower. HEX triplet: B3, 82 and E5. RGB value is (179,130,229). Sum of RGB (Red+Green+Blue) = 179+130+229=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #B382E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382E5 is #4C7D1A. Grayscale: #9B9B9B. Windows color (decimal): -5012763 or 15041203. OLE color: 15041203.
HSL color Cylindrical-coordinate representation of color #B382E5: hue angle of 269.7º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B382E5 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 130 | 229 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.10 |
| HSL | 269.7º | 0.66% | 0.7% | - |
| HSV(B) | 269.7º | 0.43% | 0.9% | - |
| XYZ | 40.72 | 31.21 | 78.01 | - |
| YUV | 155.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 229 | 0.22 | 0.43 | 0 | 0.10 | 269.7 | 0.66 | 0.7 |
| Hex | B3 | 82 | E5 | 16 | 2B | 0 | A | 10E | 42 | 46 |
| Octal | 263 | 202 | 345 | 26 | 53 | 0 | 12 | 416 | 102 | 106 |
| Binary | 10110011 | 10000010 | 11100101 | 10110 | 101011 | 0 | 1010 | 100001110 | 1000010 | 1000110 |
Color Harmonies of #B382E5
Complementary color
Monochromatic Colors of #B382E5
Black with #B382E5
Text Example
Text Example
White with #B382E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382E5; }
p { color: rgb(179,130,229); }
H1.HeaderClassName
{
color: #B382E5;
}
.AnyTagClassName
{
color: #B382E5;
}
</style>
background-color css
<style>
a { background-color: #B382E5; }
a { background-color: rgb(179,130,229); }
div.DivClassName
{
background-color: #B382E5;
}
.BgClassName
{
background-color: #B382E5;
}
</style>
border-color css
<style>
span { border-color: #B382E5; }
span { border-color: rgb(179,130,229); }
td.TdClassName
{
border-color: #B382E5;
}
.TagClassName
{
border-color: #B382E5;
}
</style>