Shades of Medium Orchid #B966C9
Tints of Medium Orchid #B966C9
RGB
CMYK
RGB Variations
Color information
#B966C9 (or 0xB966C9) is known color: Medium Orchid. HEX triplet: B9, 66 and C9. RGB value is (185,102,201). Sum of RGB (Red+Green+Blue) = 185+102+201=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #B966C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C9 is #469936. Grayscale: #898989. Windows color (decimal): -4626743 or 13199033. OLE color: 13199033.
HSL color Cylindrical-coordinate representation of color #B966C9: hue angle of 290.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B966C9 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 102 | 201 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.21 |
| HSL | 290.3º | 0.48% | 0.59% | - |
| HSV(B) | 290.3º | 0.49% | 0.79% | - |
| XYZ | 35.3 | 24.03 | 58.04 | - |
| YUV | 138.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 201 | 0.08 | 0.49 | 0 | 0.21 | 290.3 | 0.48 | 0.59 |
| Hex | B9 | 66 | C9 | 8 | 31 | 0 | 15 | 122 | 30 | 3B |
| Octal | 271 | 146 | 311 | 10 | 61 | 0 | 25 | 442 | 60 | 73 |
| Binary | 10111001 | 1100110 | 11001001 | 1000 | 110001 | 0 | 10101 | 100100010 | 110000 | 111011 |
Color Harmonies of #B966C9
Complementary color
Monochromatic Colors of #B966C9
Black with #B966C9
Text Example
Text Example
White with #B966C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966C9; }
p { color: rgb(185,102,201); }
H1.HeaderClassName
{
color: #B966C9;
}
.AnyTagClassName
{
color: #B966C9;
}
</style>
background-color css
<style>
a { background-color: #B966C9; }
a { background-color: rgb(185,102,201); }
div.DivClassName
{
background-color: #B966C9;
}
.BgClassName
{
background-color: #B966C9;
}
</style>
border-color css
<style>
span { border-color: #B966C9; }
span { border-color: rgb(185,102,201); }
td.TdClassName
{
border-color: #B966C9;
}
.TagClassName
{
border-color: #B966C9;
}
</style>