Shades of Medium Orchid #B65DC9
Tints of Medium Orchid #B65DC9
RGB
CMYK
RGB Variations
Color information
#B65DC9 (or 0xB65DC9) is known color: Medium Orchid. HEX triplet: B6, 5D and C9. RGB value is (182,93,201). Sum of RGB (Red+Green+Blue) = 182+93+201=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #B65DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DC9 is #49A236. Grayscale: #838383. Windows color (decimal): -4825655 or 13196726. OLE color: 13196726.
HSL color Cylindrical-coordinate representation of color #B65DC9: hue angle of 289.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65DC9 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 93 | 201 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.21 |
| HSL | 289.44º | 0.5% | 0.58% | - |
| HSV(B) | 289.44º | 0.54% | 0.79% | - |
| XYZ | 33.75 | 21.99 | 57.72 | - |
| YUV | 131.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 201 | 0.09 | 0.54 | 0 | 0.21 | 289.44 | 0.5 | 0.58 |
| Hex | B6 | 5D | C9 | 9 | 36 | 0 | 15 | 121 | 32 | 3A |
| Octal | 266 | 135 | 311 | 11 | 66 | 0 | 25 | 441 | 62 | 72 |
| Binary | 10110110 | 1011101 | 11001001 | 1001 | 110110 | 0 | 10101 | 100100001 | 110010 | 111010 |
Color Harmonies of #B65DC9
Complementary color
Monochromatic Colors of #B65DC9
Black with #B65DC9
Text Example
Text Example
White with #B65DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DC9; }
p { color: rgb(182,93,201); }
H1.HeaderClassName
{
color: #B65DC9;
}
.AnyTagClassName
{
color: #B65DC9;
}
</style>
background-color css
<style>
a { background-color: #B65DC9; }
a { background-color: rgb(182,93,201); }
div.DivClassName
{
background-color: #B65DC9;
}
.BgClassName
{
background-color: #B65DC9;
}
</style>
border-color css
<style>
span { border-color: #B65DC9; }
span { border-color: rgb(182,93,201); }
td.TdClassName
{
border-color: #B65DC9;
}
.TagClassName
{
border-color: #B65DC9;
}
</style>