Shades of Medium Orchid #B965C6
Tints of Medium Orchid #B965C6
RGB
CMYK
RGB Variations
Color information
#B965C6 (or 0xB965C6) is known color: Medium Orchid. HEX triplet: B9, 65 and C6. RGB value is (185,101,198). Sum of RGB (Red+Green+Blue) = 185+101+198=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #B965C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965C6 is #469A39. Grayscale: #888888. Windows color (decimal): -4627002 or 13002169. OLE color: 13002169.
HSL color Cylindrical-coordinate representation of color #B965C6: hue angle of 291.96º 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 #B965C6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 101 | 198 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.22 |
| HSL | 291.96º | 0.46% | 0.59% | - |
| HSV(B) | 291.96º | 0.49% | 0.78% | - |
| XYZ | 34.85 | 23.7 | 56.16 | - |
| YUV | 137.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 198 | 0.07 | 0.49 | 0 | 0.22 | 291.96 | 0.46 | 0.59 |
| Hex | B9 | 65 | C6 | 7 | 31 | 0 | 16 | 124 | 2E | 3B |
| Octal | 271 | 145 | 306 | 7 | 61 | 0 | 26 | 444 | 56 | 73 |
| Binary | 10111001 | 1100101 | 11000110 | 111 | 110001 | 0 | 10110 | 100100100 | 101110 | 111011 |
Color Harmonies of #B965C6
Complementary color
Monochromatic Colors of #B965C6
Black with #B965C6
Text Example
Text Example
White with #B965C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965C6; }
p { color: rgb(185,101,198); }
H1.HeaderClassName
{
color: #B965C6;
}
.AnyTagClassName
{
color: #B965C6;
}
</style>
background-color css
<style>
a { background-color: #B965C6; }
a { background-color: rgb(185,101,198); }
div.DivClassName
{
background-color: #B965C6;
}
.BgClassName
{
background-color: #B965C6;
}
</style>
border-color css
<style>
span { border-color: #B965C6; }
span { border-color: rgb(185,101,198); }
td.TdClassName
{
border-color: #B965C6;
}
.TagClassName
{
border-color: #B965C6;
}
</style>