Shades of Biloba Flower #B382F0
Tints of Biloba Flower #B382F0
RGB
CMYK
RGB Variations
Color information
#B382F0 (or 0xB382F0) is known color: Biloba Flower. HEX triplet: B3, 82 and F0. RGB value is (179,130,240). Sum of RGB (Red+Green+Blue) = 179+130+240=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #B382F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382F0 is #4C7D0F. Grayscale: #9C9C9C. Windows color (decimal): -5012752 or 15762099. OLE color: 15762099.
HSL color Cylindrical-coordinate representation of color #B382F0: hue angle of 266.73º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B382F0 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 130 | 240 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.06 |
| HSL | 266.73º | 0.79% | 0.73% | - |
| HSV(B) | 266.73º | 0.46% | 0.94% | - |
| XYZ | 42.3 | 31.84 | 86.35 | - |
| YUV | 157.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 240 | 0.25 | 0.46 | 0 | 0.06 | 266.73 | 0.79 | 0.73 |
| Hex | B3 | 82 | F0 | 19 | 2E | 0 | 6 | 10B | 4F | 49 |
| Octal | 263 | 202 | 360 | 31 | 56 | 0 | 6 | 413 | 117 | 111 |
| Binary | 10110011 | 10000010 | 11110000 | 11001 | 101110 | 0 | 110 | 100001011 | 1001111 | 1001001 |
Color Harmonies of #B382F0
Complementary color
Monochromatic Colors of #B382F0
Black with #B382F0
Text Example
Text Example
White with #B382F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382F0; }
p { color: rgb(179,130,240); }
H1.HeaderClassName
{
color: #B382F0;
}
.AnyTagClassName
{
color: #B382F0;
}
</style>
background-color css
<style>
a { background-color: #B382F0; }
a { background-color: rgb(179,130,240); }
div.DivClassName
{
background-color: #B382F0;
}
.BgClassName
{
background-color: #B382F0;
}
</style>
border-color css
<style>
span { border-color: #B382F0; }
span { border-color: rgb(179,130,240); }
td.TdClassName
{
border-color: #B382F0;
}
.TagClassName
{
border-color: #B382F0;
}
</style>