Shades of Medium Orchid #B667C7
Tints of Medium Orchid #B667C7
RGB
CMYK
RGB Variations
Color information
#B667C7 (or 0xB667C7) is known color: Medium Orchid. HEX triplet: B6, 67 and C7. RGB value is (182,103,199). Sum of RGB (Red+Green+Blue) = 182+103+199=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #B667C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667C7 is #499838. Grayscale: #898989. Windows color (decimal): -4823097 or 13068214. OLE color: 13068214.
HSL color Cylindrical-coordinate representation of color #B667C7: hue angle of 289.38º 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 #B667C7 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 103 | 199 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.22 |
| HSL | 289.38º | 0.46% | 0.59% | - |
| HSV(B) | 289.38º | 0.48% | 0.78% | - |
| XYZ | 34.45 | 23.77 | 56.8 | - |
| YUV | 137.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 199 | 0.09 | 0.48 | 0 | 0.22 | 289.38 | 0.46 | 0.59 |
| Hex | B6 | 67 | C7 | 9 | 30 | 0 | 16 | 121 | 2E | 3B |
| Octal | 266 | 147 | 307 | 11 | 60 | 0 | 26 | 441 | 56 | 73 |
| Binary | 10110110 | 1100111 | 11000111 | 1001 | 110000 | 0 | 10110 | 100100001 | 101110 | 111011 |
Color Harmonies of #B667C7
Complementary color
Monochromatic Colors of #B667C7
Black with #B667C7
Text Example
Text Example
White with #B667C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667C7; }
p { color: rgb(182,103,199); }
H1.HeaderClassName
{
color: #B667C7;
}
.AnyTagClassName
{
color: #B667C7;
}
</style>
background-color css
<style>
a { background-color: #B667C7; }
a { background-color: rgb(182,103,199); }
div.DivClassName
{
background-color: #B667C7;
}
.BgClassName
{
background-color: #B667C7;
}
</style>
border-color css
<style>
span { border-color: #B667C7; }
span { border-color: rgb(182,103,199); }
td.TdClassName
{
border-color: #B667C7;
}
.TagClassName
{
border-color: #B667C7;
}
</style>