Shades of Biloba Flower #B283DC
Tints of Biloba Flower #B283DC
RGB
CMYK
RGB Variations
Color information
#B283DC (or 0xB283DC) is known color: Biloba Flower. HEX triplet: B2, 83 and DC. RGB value is (178,131,220). Sum of RGB (Red+Green+Blue) = 178+131+220=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B283DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283DC is #4D7C23. Grayscale: #9A9A9A. Windows color (decimal): -5078052 or 14451634. OLE color: 14451634.
HSL color Cylindrical-coordinate representation of color #B283DC: hue angle of 271.69º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B283DC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 131 | 220 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.14 |
| HSL | 271.69º | 0.56% | 0.69% | - |
| HSV(B) | 271.69º | 0.4% | 0.86% | - |
| XYZ | 39.39 | 30.86 | 71.59 | - |
| YUV | 155.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 220 | 0.19 | 0.40 | 0 | 0.14 | 271.69 | 0.56 | 0.69 |
| Hex | B2 | 83 | DC | 13 | 28 | 0 | E | 110 | 38 | 45 |
| Octal | 262 | 203 | 334 | 23 | 50 | 0 | 16 | 420 | 70 | 105 |
| Binary | 10110010 | 10000011 | 11011100 | 10011 | 101000 | 0 | 1110 | 100010000 | 111000 | 1000101 |
Color Harmonies of #B283DC
Complementary color
Monochromatic Colors of #B283DC
Black with #B283DC
Text Example
Text Example
White with #B283DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283DC; }
p { color: rgb(178,131,220); }
H1.HeaderClassName
{
color: #B283DC;
}
.AnyTagClassName
{
color: #B283DC;
}
</style>
background-color css
<style>
a { background-color: #B283DC; }
a { background-color: rgb(178,131,220); }
div.DivClassName
{
background-color: #B283DC;
}
.BgClassName
{
background-color: #B283DC;
}
</style>
border-color css
<style>
span { border-color: #B283DC; }
span { border-color: rgb(178,131,220); }
td.TdClassName
{
border-color: #B283DC;
}
.TagClassName
{
border-color: #B283DC;
}
</style>