Shades of Biloba Flower #B383F1
Tints of Biloba Flower #B383F1
RGB
CMYK
RGB Variations
Color information
#B383F1 (or 0xB383F1) is known color: Biloba Flower. HEX triplet: B3, 83 and F1. RGB value is (179,131,241). Sum of RGB (Red+Green+Blue) = 179+131+241=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #B383F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383F1 is #4C7C0E. Grayscale: #9D9D9D. Windows color (decimal): -5012495 or 15827891. OLE color: 15827891.
HSL color Cylindrical-coordinate representation of color #B383F1: hue angle of 266.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B383F1 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 131 | 241 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.05 |
| HSL | 266.18º | 0.8% | 0.73% | - |
| HSV(B) | 266.18º | 0.46% | 0.95% | - |
| XYZ | 42.58 | 32.17 | 87.18 | - |
| YUV | 157.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 241 | 0.26 | 0.46 | 0 | 0.05 | 266.18 | 0.8 | 0.73 |
| Hex | B3 | 83 | F1 | 1A | 2E | 0 | 5 | 10A | 50 | 49 |
| Octal | 263 | 203 | 361 | 32 | 56 | 0 | 5 | 412 | 120 | 111 |
| Binary | 10110011 | 10000011 | 11110001 | 11010 | 101110 | 0 | 101 | 100001010 | 1010000 | 1001001 |
Color Harmonies of #B383F1
Complementary color
Monochromatic Colors of #B383F1
Black with #B383F1
Text Example
Text Example
White with #B383F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383F1; }
p { color: rgb(179,131,241); }
H1.HeaderClassName
{
color: #B383F1;
}
.AnyTagClassName
{
color: #B383F1;
}
</style>
background-color css
<style>
a { background-color: #B383F1; }
a { background-color: rgb(179,131,241); }
div.DivClassName
{
background-color: #B383F1;
}
.BgClassName
{
background-color: #B383F1;
}
</style>
border-color css
<style>
span { border-color: #B383F1; }
span { border-color: rgb(179,131,241); }
td.TdClassName
{
border-color: #B383F1;
}
.TagClassName
{
border-color: #B383F1;
}
</style>