Shades of Medium Orchid #B967C9
Tints of Medium Orchid #B967C9
RGB
CMYK
RGB Variations
Color information
#B967C9 (or 0xB967C9) is known color: Medium Orchid. HEX triplet: B9, 67 and C9. RGB value is (185,103,201). Sum of RGB (Red+Green+Blue) = 185+103+201=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #B967C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967C9 is #469836. Grayscale: #8A8A8A. Windows color (decimal): -4626487 or 13199289. OLE color: 13199289.
HSL color Cylindrical-coordinate representation of color #B967C9: hue angle of 290.2º 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 #B967C9 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 103 | 201 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.21 |
| HSL | 290.2º | 0.48% | 0.6% | - |
| HSV(B) | 290.2º | 0.49% | 0.79% | - |
| XYZ | 35.4 | 24.23 | 58.07 | - |
| YUV | 138.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 201 | 0.08 | 0.49 | 0 | 0.21 | 290.2 | 0.48 | 0.6 |
| Hex | B9 | 67 | C9 | 8 | 31 | 0 | 15 | 122 | 30 | 3C |
| Octal | 271 | 147 | 311 | 10 | 61 | 0 | 25 | 442 | 60 | 74 |
| Binary | 10111001 | 1100111 | 11001001 | 1000 | 110001 | 0 | 10101 | 100100010 | 110000 | 111100 |
Color Harmonies of #B967C9
Complementary color
Monochromatic Colors of #B967C9
Black with #B967C9
Text Example
Text Example
White with #B967C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967C9; }
p { color: rgb(185,103,201); }
H1.HeaderClassName
{
color: #B967C9;
}
.AnyTagClassName
{
color: #B967C9;
}
</style>
background-color css
<style>
a { background-color: #B967C9; }
a { background-color: rgb(185,103,201); }
div.DivClassName
{
background-color: #B967C9;
}
.BgClassName
{
background-color: #B967C9;
}
</style>
border-color css
<style>
span { border-color: #B967C9; }
span { border-color: rgb(185,103,201); }
td.TdClassName
{
border-color: #B967C9;
}
.TagClassName
{
border-color: #B967C9;
}
</style>