Shades of Medium Orchid #B966C7
Tints of Medium Orchid #B966C7
RGB
CMYK
RGB Variations
Color information
#B966C7 (or 0xB966C7) is known color: Medium Orchid. HEX triplet: B9, 66 and C7. RGB value is (185,102,199). Sum of RGB (Red+Green+Blue) = 185+102+199=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #B966C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C7 is #469938. Grayscale: #898989. Windows color (decimal): -4626745 or 13067961. OLE color: 13067961.
HSL color Cylindrical-coordinate representation of color #B966C7: hue angle of 291.34º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B966C7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 102 | 199 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.22 |
| HSL | 291.34º | 0.46% | 0.59% | - |
| HSV(B) | 291.34º | 0.49% | 0.78% | - |
| XYZ | 35.07 | 23.94 | 56.81 | - |
| YUV | 137.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 199 | 0.07 | 0.49 | 0 | 0.22 | 291.34 | 0.46 | 0.59 |
| Hex | B9 | 66 | C7 | 7 | 31 | 0 | 16 | 123 | 2E | 3B |
| Octal | 271 | 146 | 307 | 7 | 61 | 0 | 26 | 443 | 56 | 73 |
| Binary | 10111001 | 1100110 | 11000111 | 111 | 110001 | 0 | 10110 | 100100011 | 101110 | 111011 |
Color Harmonies of #B966C7
Complementary color
Monochromatic Colors of #B966C7
Black with #B966C7
Text Example
Text Example
White with #B966C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966C7; }
p { color: rgb(185,102,199); }
H1.HeaderClassName
{
color: #B966C7;
}
.AnyTagClassName
{
color: #B966C7;
}
</style>
background-color css
<style>
a { background-color: #B966C7; }
a { background-color: rgb(185,102,199); }
div.DivClassName
{
background-color: #B966C7;
}
.BgClassName
{
background-color: #B966C7;
}
</style>
border-color css
<style>
span { border-color: #B966C7; }
span { border-color: rgb(185,102,199); }
td.TdClassName
{
border-color: #B966C7;
}
.TagClassName
{
border-color: #B966C7;
}
</style>