Shades of Medium Orchid #B965D5
Tints of Medium Orchid #B965D5
RGB
CMYK
RGB Variations
Color information
#B965D5 (or 0xB965D5) is known color: Medium Orchid. HEX triplet: B9, 65 and D5. RGB value is (185,101,213). Sum of RGB (Red+Green+Blue) = 185+101+213=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #B965D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965D5 is #469A2A. Grayscale: #8A8A8A. Windows color (decimal): -4626987 or 13985209. OLE color: 13985209.
HSL color Cylindrical-coordinate representation of color #B965D5: hue angle of 285º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B965D5 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 101 | 213 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.16 |
| HSL | 285º | 0.57% | 0.62% | - |
| HSV(B) | 285º | 0.53% | 0.84% | - |
| XYZ | 36.67 | 24.43 | 65.73 | - |
| YUV | 138.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 213 | 0.13 | 0.53 | 0 | 0.16 | 285 | 0.57 | 0.62 |
| Hex | B9 | 65 | D5 | D | 35 | 0 | 10 | 11D | 39 | 3E |
| Octal | 271 | 145 | 325 | 15 | 65 | 0 | 20 | 435 | 71 | 76 |
| Binary | 10111001 | 1100101 | 11010101 | 1101 | 110101 | 0 | 10000 | 100011101 | 111001 | 111110 |
Color Harmonies of #B965D5
Complementary color
Monochromatic Colors of #B965D5
Black with #B965D5
Text Example
Text Example
White with #B965D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965D5; }
p { color: rgb(185,101,213); }
H1.HeaderClassName
{
color: #B965D5;
}
.AnyTagClassName
{
color: #B965D5;
}
</style>
background-color css
<style>
a { background-color: #B965D5; }
a { background-color: rgb(185,101,213); }
div.DivClassName
{
background-color: #B965D5;
}
.BgClassName
{
background-color: #B965D5;
}
</style>
border-color css
<style>
span { border-color: #B965D5; }
span { border-color: rgb(185,101,213); }
td.TdClassName
{
border-color: #B965D5;
}
.TagClassName
{
border-color: #B965D5;
}
</style>