Shades of Medium Orchid #B568EC
Tints of Medium Orchid #B568EC
RGB
CMYK
RGB Variations
Color information
#B568EC (or 0xB568EC) is known color: Medium Orchid. HEX triplet: B5, 68 and EC. RGB value is (181,104,236). Sum of RGB (Red+Green+Blue) = 181+104+236=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B568EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568EC is #4A9713. Grayscale: #8D8D8D. Windows color (decimal): -4888340 or 15493301. OLE color: 15493301.
HSL color Cylindrical-coordinate representation of color #B568EC: hue angle of 275º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B568EC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 104 | 236 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.07 |
| HSL | 275º | 0.78% | 0.67% | - |
| HSV(B) | 275º | 0.56% | 0.93% | - |
| XYZ | 39.15 | 25.78 | 82.27 | - |
| YUV | 142.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 236 | 0.23 | 0.56 | 0 | 0.07 | 275 | 0.78 | 0.67 |
| Hex | B5 | 68 | EC | 17 | 38 | 0 | 7 | 113 | 4E | 43 |
| Octal | 265 | 150 | 354 | 27 | 70 | 0 | 7 | 423 | 116 | 103 |
| Binary | 10110101 | 1101000 | 11101100 | 10111 | 111000 | 0 | 111 | 100010011 | 1001110 | 1000011 |
Color Harmonies of #B568EC
Complementary color
Monochromatic Colors of #B568EC
Black with #B568EC
Text Example
Text Example
White with #B568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568EC; }
p { color: rgb(181,104,236); }
H1.HeaderClassName
{
color: #B568EC;
}
.AnyTagClassName
{
color: #B568EC;
}
</style>
background-color css
<style>
a { background-color: #B568EC; }
a { background-color: rgb(181,104,236); }
div.DivClassName
{
background-color: #B568EC;
}
.BgClassName
{
background-color: #B568EC;
}
</style>
border-color css
<style>
span { border-color: #B568EC; }
span { border-color: rgb(181,104,236); }
td.TdClassName
{
border-color: #B568EC;
}
.TagClassName
{
border-color: #B568EC;
}
</style>