Shades of Medium Orchid #B56AF0
Tints of Medium Orchid #B56AF0
RGB
CMYK
RGB Variations
Color information
#B56AF0 (or 0xB56AF0) is known color: Medium Orchid. HEX triplet: B5, 6A and F0. RGB value is (181,106,240). Sum of RGB (Red+Green+Blue) = 181+106+240=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF0 is #4A950F. Grayscale: #8F8F8F. Windows color (decimal): -4887824 or 15755957. OLE color: 15755957.
HSL color Cylindrical-coordinate representation of color #B56AF0: hue angle of 273.58º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56AF0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 106 | 240 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.06 |
| HSL | 273.58º | 0.82% | 0.68% | - |
| HSV(B) | 273.58º | 0.56% | 0.94% | - |
| XYZ | 39.94 | 26.42 | 85.43 | - |
| YUV | 143.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 240 | 0.25 | 0.56 | 0 | 0.06 | 273.58 | 0.82 | 0.68 |
| Hex | B5 | 6A | F0 | 19 | 38 | 0 | 6 | 112 | 52 | 44 |
| Octal | 265 | 152 | 360 | 31 | 70 | 0 | 6 | 422 | 122 | 104 |
| Binary | 10110101 | 1101010 | 11110000 | 11001 | 111000 | 0 | 110 | 100010010 | 1010010 | 1000100 |
Color Harmonies of #B56AF0
Complementary color
Monochromatic Colors of #B56AF0
Black with #B56AF0
Text Example
Text Example
White with #B56AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AF0; }
p { color: rgb(181,106,240); }
H1.HeaderClassName
{
color: #B56AF0;
}
.AnyTagClassName
{
color: #B56AF0;
}
</style>
background-color css
<style>
a { background-color: #B56AF0; }
a { background-color: rgb(181,106,240); }
div.DivClassName
{
background-color: #B56AF0;
}
.BgClassName
{
background-color: #B56AF0;
}
</style>
border-color css
<style>
span { border-color: #B56AF0; }
span { border-color: rgb(181,106,240); }
td.TdClassName
{
border-color: #B56AF0;
}
.TagClassName
{
border-color: #B56AF0;
}
</style>