Shades of Biloba Flower #B183F5
Tints of Biloba Flower #B183F5
RGB
CMYK
RGB Variations
Color information
#B183F5 (or 0xB183F5) is known color: Biloba Flower. HEX triplet: B1, 83 and F5. RGB value is (177,131,245). Sum of RGB (Red+Green+Blue) = 177+131+245=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #B183F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B183F5 is #4E7C0A. Grayscale: #9D9D9D. Windows color (decimal): -5143563 or 16090033. OLE color: 16090033.
HSL color Cylindrical-coordinate representation of color #B183F5: hue angle of 264.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B183F5 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 131 | 245 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.04 |
| HSL | 264.21º | 0.85% | 0.74% | - |
| HSV(B) | 264.21º | 0.47% | 0.96% | - |
| XYZ | 42.73 | 32.17 | 90.34 | - |
| YUV | 157.75 | 177.24 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 245 | 0.28 | 0.47 | 0 | 0.04 | 264.21 | 0.85 | 0.74 |
| Hex | B1 | 83 | F5 | 1C | 2F | 0 | 4 | 108 | 55 | 4A |
| Octal | 261 | 203 | 365 | 34 | 57 | 0 | 4 | 410 | 125 | 112 |
| Binary | 10110001 | 10000011 | 11110101 | 11100 | 101111 | 0 | 100 | 100001000 | 1010101 | 1001010 |
Color Harmonies of #B183F5
Complementary color
Monochromatic Colors of #B183F5
Black with #B183F5
Text Example
Text Example
White with #B183F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183F5; }
p { color: rgb(177,131,245); }
H1.HeaderClassName
{
color: #B183F5;
}
.AnyTagClassName
{
color: #B183F5;
}
</style>
background-color css
<style>
a { background-color: #B183F5; }
a { background-color: rgb(177,131,245); }
div.DivClassName
{
background-color: #B183F5;
}
.BgClassName
{
background-color: #B183F5;
}
</style>
border-color css
<style>
span { border-color: #B183F5; }
span { border-color: rgb(177,131,245); }
td.TdClassName
{
border-color: #B183F5;
}
.TagClassName
{
border-color: #B183F5;
}
</style>