Shades of Medium Orchid #B965C7
Tints of Medium Orchid #B965C7
RGB
CMYK
RGB Variations
Color information
#B965C7 (or 0xB965C7) is known color: Medium Orchid. HEX triplet: B9, 65 and C7. RGB value is (185,101,199). Sum of RGB (Red+Green+Blue) = 185+101+199=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #B965C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965C7 is #469A38. Grayscale: #888888. Windows color (decimal): -4627001 or 13067705. OLE color: 13067705.
HSL color Cylindrical-coordinate representation of color #B965C7: hue angle of 291.43º degrees, saturation: 0.47, 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 #B965C7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 101 | 199 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.22 |
| HSL | 291.43º | 0.47% | 0.59% | - |
| HSV(B) | 291.43º | 0.49% | 0.78% | - |
| XYZ | 34.97 | 23.75 | 56.77 | - |
| YUV | 137.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 199 | 0.07 | 0.49 | 0 | 0.22 | 291.43 | 0.47 | 0.59 |
| Hex | B9 | 65 | C7 | 7 | 31 | 0 | 16 | 123 | 2F | 3B |
| Octal | 271 | 145 | 307 | 7 | 61 | 0 | 26 | 443 | 57 | 73 |
| Binary | 10111001 | 1100101 | 11000111 | 111 | 110001 | 0 | 10110 | 100100011 | 101111 | 111011 |
Color Harmonies of #B965C7
Complementary color
Monochromatic Colors of #B965C7
Black with #B965C7
Text Example
Text Example
White with #B965C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965C7; }
p { color: rgb(185,101,199); }
H1.HeaderClassName
{
color: #B965C7;
}
.AnyTagClassName
{
color: #B965C7;
}
</style>
background-color css
<style>
a { background-color: #B965C7; }
a { background-color: rgb(185,101,199); }
div.DivClassName
{
background-color: #B965C7;
}
.BgClassName
{
background-color: #B965C7;
}
</style>
border-color css
<style>
span { border-color: #B965C7; }
span { border-color: rgb(185,101,199); }
td.TdClassName
{
border-color: #B965C7;
}
.TagClassName
{
border-color: #B965C7;
}
</style>