Shades of Medium Orchid #B767C9
Tints of Medium Orchid #B767C9
RGB
CMYK
RGB Variations
Color information
#B767C9 (or 0xB767C9) is known color: Medium Orchid. HEX triplet: B7, 67 and C9. RGB value is (183,103,201). Sum of RGB (Red+Green+Blue) = 183+103+201=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #B767C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767C9 is #489836. Grayscale: #898989. Windows color (decimal): -4757559 or 13199287. OLE color: 13199287.
HSL color Cylindrical-coordinate representation of color #B767C9: hue angle of 288.98º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B767C9 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 103 | 201 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.21 |
| HSL | 288.98º | 0.48% | 0.6% | - |
| HSV(B) | 288.98º | 0.49% | 0.79% | - |
| XYZ | 34.92 | 23.98 | 58.05 | - |
| YUV | 138.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 201 | 0.09 | 0.49 | 0 | 0.21 | 288.98 | 0.48 | 0.6 |
| Hex | B7 | 67 | C9 | 9 | 31 | 0 | 15 | 121 | 30 | 3C |
| Octal | 267 | 147 | 311 | 11 | 61 | 0 | 25 | 441 | 60 | 74 |
| Binary | 10110111 | 1100111 | 11001001 | 1001 | 110001 | 0 | 10101 | 100100001 | 110000 | 111100 |
Color Harmonies of #B767C9
Complementary color
Monochromatic Colors of #B767C9
Black with #B767C9
Text Example
Text Example
White with #B767C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767C9; }
p { color: rgb(183,103,201); }
H1.HeaderClassName
{
color: #B767C9;
}
.AnyTagClassName
{
color: #B767C9;
}
</style>
background-color css
<style>
a { background-color: #B767C9; }
a { background-color: rgb(183,103,201); }
div.DivClassName
{
background-color: #B767C9;
}
.BgClassName
{
background-color: #B767C9;
}
</style>
border-color css
<style>
span { border-color: #B767C9; }
span { border-color: rgb(183,103,201); }
td.TdClassName
{
border-color: #B767C9;
}
.TagClassName
{
border-color: #B767C9;
}
</style>