Shades of Biloba Flower #B283ED
Tints of Biloba Flower #B283ED
RGB
CMYK
RGB Variations
Color information
#B283ED (or 0xB283ED) is known color: Biloba Flower. HEX triplet: B2, 83 and ED. RGB value is (178,131,237). Sum of RGB (Red+Green+Blue) = 178+131+237=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #B283ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B283ED is #4D7C12. Grayscale: #9C9C9C. Windows color (decimal): -5078035 or 15565746. OLE color: 15565746.
HSL color Cylindrical-coordinate representation of color #B283ED: hue angle of 266.6º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B283ED is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 131 | 237 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.07 |
| HSL | 266.6º | 0.75% | 0.72% | - |
| HSV(B) | 266.6º | 0.45% | 0.93% | - |
| XYZ | 41.76 | 31.81 | 84.06 | - |
| YUV | 157.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 237 | 0.25 | 0.45 | 0 | 0.07 | 266.6 | 0.75 | 0.72 |
| Hex | B2 | 83 | ED | 19 | 2D | 0 | 7 | 10B | 4B | 48 |
| Octal | 262 | 203 | 355 | 31 | 55 | 0 | 7 | 413 | 113 | 110 |
| Binary | 10110010 | 10000011 | 11101101 | 11001 | 101101 | 0 | 111 | 100001011 | 1001011 | 1001000 |
Color Harmonies of #B283ED
Complementary color
Monochromatic Colors of #B283ED
Black with #B283ED
Text Example
Text Example
White with #B283ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283ED; }
p { color: rgb(178,131,237); }
H1.HeaderClassName
{
color: #B283ED;
}
.AnyTagClassName
{
color: #B283ED;
}
</style>
background-color css
<style>
a { background-color: #B283ED; }
a { background-color: rgb(178,131,237); }
div.DivClassName
{
background-color: #B283ED;
}
.BgClassName
{
background-color: #B283ED;
}
</style>
border-color css
<style>
span { border-color: #B283ED; }
span { border-color: rgb(178,131,237); }
td.TdClassName
{
border-color: #B283ED;
}
.TagClassName
{
border-color: #B283ED;
}
</style>