Shades of Medium Orchid #B567EF
Tints of Medium Orchid #B567EF
RGB
CMYK
RGB Variations
Color information
#B567EF (or 0xB567EF) is known color: Medium Orchid. HEX triplet: B5, 67 and EF. RGB value is (181,103,239). Sum of RGB (Red+Green+Blue) = 181+103+239=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #B567EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567EF is #4A9810. Grayscale: #8D8D8D. Windows color (decimal): -4888593 or 15689653. OLE color: 15689653.
HSL color Cylindrical-coordinate representation of color #B567EF: hue angle of 274.41º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B567EF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 103 | 239 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.06 |
| HSL | 274.41º | 0.81% | 0.67% | - |
| HSV(B) | 274.41º | 0.57% | 0.94% | - |
| XYZ | 39.49 | 25.76 | 84.55 | - |
| YUV | 141.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 239 | 0.24 | 0.57 | 0 | 0.06 | 274.41 | 0.81 | 0.67 |
| Hex | B5 | 67 | EF | 18 | 39 | 0 | 6 | 112 | 51 | 43 |
| Octal | 265 | 147 | 357 | 30 | 71 | 0 | 6 | 422 | 121 | 103 |
| Binary | 10110101 | 1100111 | 11101111 | 11000 | 111001 | 0 | 110 | 100010010 | 1010001 | 1000011 |
Color Harmonies of #B567EF
Complementary color
Monochromatic Colors of #B567EF
Black with #B567EF
Text Example
Text Example
White with #B567EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567EF; }
p { color: rgb(181,103,239); }
H1.HeaderClassName
{
color: #B567EF;
}
.AnyTagClassName
{
color: #B567EF;
}
</style>
background-color css
<style>
a { background-color: #B567EF; }
a { background-color: rgb(181,103,239); }
div.DivClassName
{
background-color: #B567EF;
}
.BgClassName
{
background-color: #B567EF;
}
</style>
border-color css
<style>
span { border-color: #B567EF; }
span { border-color: rgb(181,103,239); }
td.TdClassName
{
border-color: #B567EF;
}
.TagClassName
{
border-color: #B567EF;
}
</style>