Shades of Biloba Flower #B382FF
Tints of Biloba Flower #B382FF
RGB
CMYK
RGB Variations
Color information
#B382FF (or 0xB382FF) is known color: Biloba Flower. HEX triplet: B3, 82 and FF. RGB value is (179,130,255). Sum of RGB (Red+Green+Blue) = 179+130+255=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #B382FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382FF is #4C7D00. Grayscale: #9E9E9E. Windows color (decimal): -5012737 or 16745139. OLE color: 16745139.
HSL color Cylindrical-coordinate representation of color #B382FF: hue angle of 263.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B382FF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 130 | 255 | - |
| CMYK | 0.30 | 0.49 | 0 | 0 |
| HSL | 263.52º | 1% | 0.75% | - |
| HSV(B) | 263.52º | 0.49% | 1% | - |
| XYZ | 44.62 | 32.77 | 98.58 | - |
| YUV | 158.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 255 | 0.30 | 0.49 | 0 | 0 | 263.52 | 1 | 0.75 |
| Hex | B3 | 82 | FF | 1E | 31 | 0 | 0 | 108 | 64 | 4B |
| Octal | 263 | 202 | 377 | 36 | 61 | 0 | 0 | 410 | 144 | 113 |
| Binary | 10110011 | 10000010 | 11111111 | 11110 | 110001 | 0 | 0 | 100001000 | 1100100 | 1001011 |
Color Harmonies of #B382FF
Complementary color
Monochromatic Colors of #B382FF
Black with #B382FF
Text Example
Text Example
White with #B382FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382FF; }
p { color: rgb(179,130,255); }
H1.HeaderClassName
{
color: #B382FF;
}
.AnyTagClassName
{
color: #B382FF;
}
</style>
background-color css
<style>
a { background-color: #B382FF; }
a { background-color: rgb(179,130,255); }
div.DivClassName
{
background-color: #B382FF;
}
.BgClassName
{
background-color: #B382FF;
}
</style>
border-color css
<style>
span { border-color: #B382FF; }
span { border-color: rgb(179,130,255); }
td.TdClassName
{
border-color: #B382FF;
}
.TagClassName
{
border-color: #B382FF;
}
</style>