Shades of Medium Orchid #B668C7
Tints of Medium Orchid #B668C7
RGB
CMYK
RGB Variations
Color information
#B668C7 (or 0xB668C7) is known color: Medium Orchid. HEX triplet: B6, 68 and C7. RGB value is (182,104,199). Sum of RGB (Red+Green+Blue) = 182+104+199=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #B668C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668C7 is #499738. Grayscale: #898989. Windows color (decimal): -4822841 or 13068470. OLE color: 13068470.
HSL color Cylindrical-coordinate representation of color #B668C7: hue angle of 289.26º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B668C7 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 104 | 199 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.22 |
| HSL | 289.26º | 0.46% | 0.59% | - |
| HSV(B) | 289.26º | 0.48% | 0.78% | - |
| XYZ | 34.55 | 23.97 | 56.84 | - |
| YUV | 138.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 199 | 0.09 | 0.48 | 0 | 0.22 | 289.26 | 0.46 | 0.59 |
| Hex | B6 | 68 | C7 | 9 | 30 | 0 | 16 | 121 | 2E | 3B |
| Octal | 266 | 150 | 307 | 11 | 60 | 0 | 26 | 441 | 56 | 73 |
| Binary | 10110110 | 1101000 | 11000111 | 1001 | 110000 | 0 | 10110 | 100100001 | 101110 | 111011 |
Color Harmonies of #B668C7
Complementary color
Monochromatic Colors of #B668C7
Black with #B668C7
Text Example
Text Example
White with #B668C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668C7; }
p { color: rgb(182,104,199); }
H1.HeaderClassName
{
color: #B668C7;
}
.AnyTagClassName
{
color: #B668C7;
}
</style>
background-color css
<style>
a { background-color: #B668C7; }
a { background-color: rgb(182,104,199); }
div.DivClassName
{
background-color: #B668C7;
}
.BgClassName
{
background-color: #B668C7;
}
</style>
border-color css
<style>
span { border-color: #B668C7; }
span { border-color: rgb(182,104,199); }
td.TdClassName
{
border-color: #B668C7;
}
.TagClassName
{
border-color: #B668C7;
}
</style>