Shades of Medium Orchid #B567EC
Tints of Medium Orchid #B567EC
RGB
CMYK
RGB Variations
Color information
#B567EC (or 0xB567EC) is known color: Medium Orchid. HEX triplet: B5, 67 and EC. RGB value is (181,103,236). Sum of RGB (Red+Green+Blue) = 181+103+236=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #B567EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567EC is #4A9813. Grayscale: #8D8D8D. Windows color (decimal): -4888596 or 15493045. OLE color: 15493045.
HSL color Cylindrical-coordinate representation of color #B567EC: hue angle of 275.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B567EC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 103 | 236 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.07 |
| HSL | 275.19º | 0.78% | 0.66% | - |
| HSV(B) | 275.19º | 0.56% | 0.93% | - |
| XYZ | 39.05 | 25.58 | 82.24 | - |
| YUV | 141.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 236 | 0.23 | 0.56 | 0 | 0.07 | 275.19 | 0.78 | 0.66 |
| Hex | B5 | 67 | EC | 17 | 38 | 0 | 7 | 113 | 4E | 42 |
| Octal | 265 | 147 | 354 | 27 | 70 | 0 | 7 | 423 | 116 | 102 |
| Binary | 10110101 | 1100111 | 11101100 | 10111 | 111000 | 0 | 111 | 100010011 | 1001110 | 1000010 |
Color Harmonies of #B567EC
Complementary color
Monochromatic Colors of #B567EC
Black with #B567EC
Text Example
Text Example
White with #B567EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567EC; }
p { color: rgb(181,103,236); }
H1.HeaderClassName
{
color: #B567EC;
}
.AnyTagClassName
{
color: #B567EC;
}
</style>
background-color css
<style>
a { background-color: #B567EC; }
a { background-color: rgb(181,103,236); }
div.DivClassName
{
background-color: #B567EC;
}
.BgClassName
{
background-color: #B567EC;
}
</style>
border-color css
<style>
span { border-color: #B567EC; }
span { border-color: rgb(181,103,236); }
td.TdClassName
{
border-color: #B567EC;
}
.TagClassName
{
border-color: #B567EC;
}
</style>