Shades of Biloba Flower #B383FF
Tints of Biloba Flower #B383FF
RGB
CMYK
RGB Variations
Color information
#B383FF (or 0xB383FF) is known color: Biloba Flower. HEX triplet: B3, 83 and FF. RGB value is (179,131,255). Sum of RGB (Red+Green+Blue) = 179+131+255=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B383FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383FF is #4C7C00. Grayscale: #9F9F9F. Windows color (decimal): -5012481 or 16745395. OLE color: 16745395.
HSL color Cylindrical-coordinate representation of color #B383FF: hue angle of 263.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B383FF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 131 | 255 | - |
| CMYK | 0.30 | 0.49 | 0 | 0 |
| HSL | 263.23º | 1% | 0.76% | - |
| HSV(B) | 263.23º | 0.49% | 1% | - |
| XYZ | 44.76 | 33.04 | 98.63 | - |
| YUV | 159.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 255 | 0.30 | 0.49 | 0 | 0 | 263.23 | 1 | 0.76 |
| Hex | B3 | 83 | FF | 1E | 31 | 0 | 0 | 107 | 64 | 4C |
| Octal | 263 | 203 | 377 | 36 | 61 | 0 | 0 | 407 | 144 | 114 |
| Binary | 10110011 | 10000011 | 11111111 | 11110 | 110001 | 0 | 0 | 100000111 | 1100100 | 1001100 |
Color Harmonies of #B383FF
Complementary color
Monochromatic Colors of #B383FF
Black with #B383FF
Text Example
Text Example
White with #B383FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383FF; }
p { color: rgb(179,131,255); }
H1.HeaderClassName
{
color: #B383FF;
}
.AnyTagClassName
{
color: #B383FF;
}
</style>
background-color css
<style>
a { background-color: #B383FF; }
a { background-color: rgb(179,131,255); }
div.DivClassName
{
background-color: #B383FF;
}
.BgClassName
{
background-color: #B383FF;
}
</style>
border-color css
<style>
span { border-color: #B383FF; }
span { border-color: rgb(179,131,255); }
td.TdClassName
{
border-color: #B383FF;
}
.TagClassName
{
border-color: #B383FF;
}
</style>