Shades of Medium Orchid #B56AF2
Tints of Medium Orchid #B56AF2
RGB
CMYK
RGB Variations
Color information
#B56AF2 (or 0xB56AF2) is known color: Medium Orchid. HEX triplet: B5, 6A and F2. RGB value is (181,106,242). Sum of RGB (Red+Green+Blue) = 181+106+242=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #B56AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF2 is #4A950D. Grayscale: #8F8F8F. Windows color (decimal): -4887822 or 15887029. OLE color: 15887029.
HSL color Cylindrical-coordinate representation of color #B56AF2: hue angle of 273.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56AF2 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 106 | 242 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.05 |
| HSL | 273.09º | 0.84% | 0.68% | - |
| HSV(B) | 273.09º | 0.56% | 0.95% | - |
| XYZ | 40.24 | 26.54 | 87.01 | - |
| YUV | 143.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 242 | 0.25 | 0.56 | 0 | 0.05 | 273.09 | 0.84 | 0.68 |
| Hex | B5 | 6A | F2 | 19 | 38 | 0 | 5 | 111 | 54 | 44 |
| Octal | 265 | 152 | 362 | 31 | 70 | 0 | 5 | 421 | 124 | 104 |
| Binary | 10110101 | 1101010 | 11110010 | 11001 | 111000 | 0 | 101 | 100010001 | 1010100 | 1000100 |
Color Harmonies of #B56AF2
Complementary color
Monochromatic Colors of #B56AF2
Black with #B56AF2
Text Example
Text Example
White with #B56AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AF2; }
p { color: rgb(181,106,242); }
H1.HeaderClassName
{
color: #B56AF2;
}
.AnyTagClassName
{
color: #B56AF2;
}
</style>
background-color css
<style>
a { background-color: #B56AF2; }
a { background-color: rgb(181,106,242); }
div.DivClassName
{
background-color: #B56AF2;
}
.BgClassName
{
background-color: #B56AF2;
}
</style>
border-color css
<style>
span { border-color: #B56AF2; }
span { border-color: rgb(181,106,242); }
td.TdClassName
{
border-color: #B56AF2;
}
.TagClassName
{
border-color: #B56AF2;
}
</style>