Shades of Biloba Flower #B283E0
Tints of Biloba Flower #B283E0
RGB
CMYK
RGB Variations
Color information
#B283E0 (or 0xB283E0) is known color: Biloba Flower. HEX triplet: B2, 83 and E0. RGB value is (178,131,224). Sum of RGB (Red+Green+Blue) = 178+131+224=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #B283E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283E0 is #4D7C1F. Grayscale: #9B9B9B. Windows color (decimal): -5078048 or 14713778. OLE color: 14713778.
HSL color Cylindrical-coordinate representation of color #B283E0: hue angle of 270.32º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B283E0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 131 | 224 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.12 |
| HSL | 270.32º | 0.6% | 0.7% | - |
| HSV(B) | 270.32º | 0.42% | 0.88% | - |
| XYZ | 39.93 | 31.08 | 74.42 | - |
| YUV | 155.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 224 | 0.21 | 0.42 | 0 | 0.12 | 270.32 | 0.6 | 0.7 |
| Hex | B2 | 83 | E0 | 15 | 2A | 0 | C | 10E | 3C | 46 |
| Octal | 262 | 203 | 340 | 25 | 52 | 0 | 14 | 416 | 74 | 106 |
| Binary | 10110010 | 10000011 | 11100000 | 10101 | 101010 | 0 | 1100 | 100001110 | 111100 | 1000110 |
Color Harmonies of #B283E0
Complementary color
Monochromatic Colors of #B283E0
Black with #B283E0
Text Example
Text Example
White with #B283E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283E0; }
p { color: rgb(178,131,224); }
H1.HeaderClassName
{
color: #B283E0;
}
.AnyTagClassName
{
color: #B283E0;
}
</style>
background-color css
<style>
a { background-color: #B283E0; }
a { background-color: rgb(178,131,224); }
div.DivClassName
{
background-color: #B283E0;
}
.BgClassName
{
background-color: #B283E0;
}
</style>
border-color css
<style>
span { border-color: #B283E0; }
span { border-color: rgb(178,131,224); }
td.TdClassName
{
border-color: #B283E0;
}
.TagClassName
{
border-color: #B283E0;
}
</style>