Shades of Medium Orchid #B767C7
Tints of Medium Orchid #B767C7
RGB
CMYK
RGB Variations
Color information
#B767C7 (or 0xB767C7) is known color: Medium Orchid. HEX triplet: B7, 67 and C7. RGB value is (183,103,199). Sum of RGB (Red+Green+Blue) = 183+103+199=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 103 (40.62% from 255 or 21.24% 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 #B767C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767C7 is #489838. Grayscale: #898989. Windows color (decimal): -4757561 or 13068215. OLE color: 13068215.
HSL color Cylindrical-coordinate representation of color #B767C7: hue angle of 290º 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 #B767C7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 103 | 199 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.22 |
| HSL | 290º | 0.46% | 0.59% | - |
| HSV(B) | 290º | 0.48% | 0.78% | - |
| XYZ | 34.69 | 23.89 | 56.82 | - |
| YUV | 137.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 199 | 0.08 | 0.48 | 0 | 0.22 | 290 | 0.46 | 0.59 |
| Hex | B7 | 67 | C7 | 8 | 30 | 0 | 16 | 122 | 2E | 3B |
| Octal | 267 | 147 | 307 | 10 | 60 | 0 | 26 | 442 | 56 | 73 |
| Binary | 10110111 | 1100111 | 11000111 | 1000 | 110000 | 0 | 10110 | 100100010 | 101110 | 111011 |
Color Harmonies of #B767C7
Complementary color
Monochromatic Colors of #B767C7
Black with #B767C7
Text Example
Text Example
White with #B767C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767C7; }
p { color: rgb(183,103,199); }
H1.HeaderClassName
{
color: #B767C7;
}
.AnyTagClassName
{
color: #B767C7;
}
</style>
background-color css
<style>
a { background-color: #B767C7; }
a { background-color: rgb(183,103,199); }
div.DivClassName
{
background-color: #B767C7;
}
.BgClassName
{
background-color: #B767C7;
}
</style>
border-color css
<style>
span { border-color: #B767C7; }
span { border-color: rgb(183,103,199); }
td.TdClassName
{
border-color: #B767C7;
}
.TagClassName
{
border-color: #B767C7;
}
</style>