Shades of Medium Orchid #B768EC
Tints of Medium Orchid #B768EC
RGB
CMYK
RGB Variations
Color information
#B768EC (or 0xB768EC) is known color: Medium Orchid. HEX triplet: B7, 68 and EC. RGB value is (183,104,236). Sum of RGB (Red+Green+Blue) = 183+104+236=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #B768EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768EC is #489713. Grayscale: #8E8E8E. Windows color (decimal): -4757268 or 15493303. OLE color: 15493303.
HSL color Cylindrical-coordinate representation of color #B768EC: hue angle of 275.91º 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 #B768EC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 104 | 236 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.07 |
| HSL | 275.91º | 0.78% | 0.67% | - |
| HSV(B) | 275.91º | 0.56% | 0.93% | - |
| XYZ | 39.62 | 26.02 | 82.29 | - |
| YUV | 142.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 236 | 0.22 | 0.56 | 0 | 0.07 | 275.91 | 0.78 | 0.67 |
| Hex | B7 | 68 | EC | 16 | 38 | 0 | 7 | 114 | 4E | 43 |
| Octal | 267 | 150 | 354 | 26 | 70 | 0 | 7 | 424 | 116 | 103 |
| Binary | 10110111 | 1101000 | 11101100 | 10110 | 111000 | 0 | 111 | 100010100 | 1001110 | 1000011 |
Color Harmonies of #B768EC
Complementary color
Monochromatic Colors of #B768EC
Black with #B768EC
Text Example
Text Example
White with #B768EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768EC; }
p { color: rgb(183,104,236); }
H1.HeaderClassName
{
color: #B768EC;
}
.AnyTagClassName
{
color: #B768EC;
}
</style>
background-color css
<style>
a { background-color: #B768EC; }
a { background-color: rgb(183,104,236); }
div.DivClassName
{
background-color: #B768EC;
}
.BgClassName
{
background-color: #B768EC;
}
</style>
border-color css
<style>
span { border-color: #B768EC; }
span { border-color: rgb(183,104,236); }
td.TdClassName
{
border-color: #B768EC;
}
.TagClassName
{
border-color: #B768EC;
}
</style>