Shades of Biloba Flower #B382E0
Tints of Biloba Flower #B382E0
RGB
CMYK
RGB Variations
Color information
#B382E0 (or 0xB382E0) is known color: Biloba Flower. HEX triplet: B3, 82 and E0. RGB value is (179,130,224). Sum of RGB (Red+Green+Blue) = 179+130+224=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #B382E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382E0 is #4C7D1F. Grayscale: #9B9B9B. Windows color (decimal): -5012768 or 14713523. OLE color: 14713523.
HSL color Cylindrical-coordinate representation of color #B382E0: hue angle of 271.28º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B382E0 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 130 | 224 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.12 |
| HSL | 271.28º | 0.6% | 0.69% | - |
| HSV(B) | 271.28º | 0.42% | 0.88% | - |
| XYZ | 40.03 | 30.93 | 74.38 | - |
| YUV | 155.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 224 | 0.20 | 0.42 | 0 | 0.12 | 271.28 | 0.6 | 0.69 |
| Hex | B3 | 82 | E0 | 14 | 2A | 0 | C | 10F | 3C | 45 |
| Octal | 263 | 202 | 340 | 24 | 52 | 0 | 14 | 417 | 74 | 105 |
| Binary | 10110011 | 10000010 | 11100000 | 10100 | 101010 | 0 | 1100 | 100001111 | 111100 | 1000101 |
Color Harmonies of #B382E0
Complementary color
Monochromatic Colors of #B382E0
Black with #B382E0
Text Example
Text Example
White with #B382E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382E0; }
p { color: rgb(179,130,224); }
H1.HeaderClassName
{
color: #B382E0;
}
.AnyTagClassName
{
color: #B382E0;
}
</style>
background-color css
<style>
a { background-color: #B382E0; }
a { background-color: rgb(179,130,224); }
div.DivClassName
{
background-color: #B382E0;
}
.BgClassName
{
background-color: #B382E0;
}
</style>
border-color css
<style>
span { border-color: #B382E0; }
span { border-color: rgb(179,130,224); }
td.TdClassName
{
border-color: #B382E0;
}
.TagClassName
{
border-color: #B382E0;
}
</style>