Shades of Medium Orchid #B168CD
Tints of Medium Orchid #B168CD
RGB
CMYK
RGB Variations
Color information
#B168CD (or 0xB168CD) is known color: Medium Orchid. HEX triplet: B1, 68 and CD. RGB value is (177,104,205). Sum of RGB (Red+Green+Blue) = 177+104+205=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B168CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168CD is #4E9732. Grayscale: #898989. Windows color (decimal): -5150515 or 13461681. OLE color: 13461681.
HSL color Cylindrical-coordinate representation of color #B168CD: hue angle of 283.37º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B168CD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 104 | 205 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.20 |
| HSL | 283.37º | 0.5% | 0.61% | - |
| HSV(B) | 283.37º | 0.49% | 0.8% | - |
| XYZ | 34.1 | 23.66 | 60.53 | - |
| YUV | 137.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 205 | 0.14 | 0.49 | 0 | 0.20 | 283.37 | 0.5 | 0.61 |
| Hex | B1 | 68 | CD | E | 31 | 0 | 14 | 11B | 32 | 3D |
| Octal | 261 | 150 | 315 | 16 | 61 | 0 | 24 | 433 | 62 | 75 |
| Binary | 10110001 | 1101000 | 11001101 | 1110 | 110001 | 0 | 10100 | 100011011 | 110010 | 111101 |
Color Harmonies of #B168CD
Complementary color
Monochromatic Colors of #B168CD
Black with #B168CD
Text Example
Text Example
White with #B168CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168CD; }
p { color: rgb(177,104,205); }
H1.HeaderClassName
{
color: #B168CD;
}
.AnyTagClassName
{
color: #B168CD;
}
</style>
background-color css
<style>
a { background-color: #B168CD; }
a { background-color: rgb(177,104,205); }
div.DivClassName
{
background-color: #B168CD;
}
.BgClassName
{
background-color: #B168CD;
}
</style>
border-color css
<style>
span { border-color: #B168CD; }
span { border-color: rgb(177,104,205); }
td.TdClassName
{
border-color: #B168CD;
}
.TagClassName
{
border-color: #B168CD;
}
</style>