Shades of Medium Orchid #BD65C9
Tints of Medium Orchid #BD65C9
RGB
CMYK
RGB Variations
Color information
#BD65C9 (or 0xBD65C9) is known color: Medium Orchid. HEX triplet: BD, 65 and C9. RGB value is (189,101,201). Sum of RGB (Red+Green+Blue) = 189+101+201=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD65C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65C9 is #429A36. Grayscale: #8A8A8A. Windows color (decimal): -4364855 or 13198781. OLE color: 13198781.
HSL color Cylindrical-coordinate representation of color #BD65C9: hue angle of 292.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD65C9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 101 | 201 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.21 |
| HSL | 292.8º | 0.48% | 0.59% | - |
| HSV(B) | 292.8º | 0.5% | 0.79% | - |
| XYZ | 36.18 | 24.34 | 58.05 | - |
| YUV | 138.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 201 | 0.06 | 0.50 | 0 | 0.21 | 292.8 | 0.48 | 0.59 |
| Hex | BD | 65 | C9 | 6 | 32 | 0 | 15 | 125 | 30 | 3B |
| Octal | 275 | 145 | 311 | 6 | 62 | 0 | 25 | 445 | 60 | 73 |
| Binary | 10111101 | 1100101 | 11001001 | 110 | 110010 | 0 | 10101 | 100100101 | 110000 | 111011 |
Color Harmonies of #BD65C9
Complementary color
Monochromatic Colors of #BD65C9
Black with #BD65C9
Text Example
Text Example
White with #BD65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65C9; }
p { color: rgb(189,101,201); }
H1.HeaderClassName
{
color: #BD65C9;
}
.AnyTagClassName
{
color: #BD65C9;
}
</style>
background-color css
<style>
a { background-color: #BD65C9; }
a { background-color: rgb(189,101,201); }
div.DivClassName
{
background-color: #BD65C9;
}
.BgClassName
{
background-color: #BD65C9;
}
</style>
border-color css
<style>
span { border-color: #BD65C9; }
span { border-color: rgb(189,101,201); }
td.TdClassName
{
border-color: #BD65C9;
}
.TagClassName
{
border-color: #BD65C9;
}
</style>