Shades of Medium Orchid #B168ED
Tints of Medium Orchid #B168ED
RGB
CMYK
RGB Variations
Color information
#B168ED (or 0xB168ED) is known color: Medium Orchid. HEX triplet: B1, 68 and ED. RGB value is (177,104,237). Sum of RGB (Red+Green+Blue) = 177+104+237=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B168ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168ED is #4E9712. Grayscale: #8C8C8C. Windows color (decimal): -5150483 or 15558833. OLE color: 15558833.
HSL color Cylindrical-coordinate representation of color #B168ED: hue angle of 272.93º degrees, saturation: 0.79, 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 #B168ED is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 104 | 237 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.07 |
| HSL | 272.93º | 0.79% | 0.67% | - |
| HSV(B) | 272.93º | 0.56% | 0.93% | - |
| XYZ | 38.37 | 25.36 | 82.99 | - |
| YUV | 140.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 237 | 0.25 | 0.56 | 0 | 0.07 | 272.93 | 0.79 | 0.67 |
| Hex | B1 | 68 | ED | 19 | 38 | 0 | 7 | 111 | 4F | 43 |
| Octal | 261 | 150 | 355 | 31 | 70 | 0 | 7 | 421 | 117 | 103 |
| Binary | 10110001 | 1101000 | 11101101 | 11001 | 111000 | 0 | 111 | 100010001 | 1001111 | 1000011 |
Color Harmonies of #B168ED
Complementary color
Monochromatic Colors of #B168ED
Black with #B168ED
Text Example
Text Example
White with #B168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168ED; }
p { color: rgb(177,104,237); }
H1.HeaderClassName
{
color: #B168ED;
}
.AnyTagClassName
{
color: #B168ED;
}
</style>
background-color css
<style>
a { background-color: #B168ED; }
a { background-color: rgb(177,104,237); }
div.DivClassName
{
background-color: #B168ED;
}
.BgClassName
{
background-color: #B168ED;
}
</style>
border-color css
<style>
span { border-color: #B168ED; }
span { border-color: rgb(177,104,237); }
td.TdClassName
{
border-color: #B168ED;
}
.TagClassName
{
border-color: #B168ED;
}
</style>