Shades of Medium Orchid #BD65CB
Tints of Medium Orchid #BD65CB
RGB
CMYK
RGB Variations
Color information
#BD65CB (or 0xBD65CB) is known color: Medium Orchid. HEX triplet: BD, 65 and CB. RGB value is (189,101,203). Sum of RGB (Red+Green+Blue) = 189+101+203=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65CB is #429A34. Grayscale: #8A8A8A. Windows color (decimal): -4364853 or 13329853. OLE color: 13329853.
HSL color Cylindrical-coordinate representation of color #BD65CB: hue angle of 291.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD65CB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 101 | 203 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.20 |
| HSL | 291.76º | 0.5% | 0.6% | - |
| HSV(B) | 291.76º | 0.5% | 0.8% | - |
| XYZ | 36.42 | 24.44 | 59.3 | - |
| YUV | 138.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 203 | 0.07 | 0.50 | 0 | 0.20 | 291.76 | 0.5 | 0.6 |
| Hex | BD | 65 | CB | 7 | 32 | 0 | 14 | 124 | 32 | 3C |
| Octal | 275 | 145 | 313 | 7 | 62 | 0 | 24 | 444 | 62 | 74 |
| Binary | 10111101 | 1100101 | 11001011 | 111 | 110010 | 0 | 10100 | 100100100 | 110010 | 111100 |
Color Harmonies of #BD65CB
Complementary color
Monochromatic Colors of #BD65CB
Black with #BD65CB
Text Example
Text Example
White with #BD65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65CB; }
p { color: rgb(189,101,203); }
H1.HeaderClassName
{
color: #BD65CB;
}
.AnyTagClassName
{
color: #BD65CB;
}
</style>
background-color css
<style>
a { background-color: #BD65CB; }
a { background-color: rgb(189,101,203); }
div.DivClassName
{
background-color: #BD65CB;
}
.BgClassName
{
background-color: #BD65CB;
}
</style>
border-color css
<style>
span { border-color: #BD65CB; }
span { border-color: rgb(189,101,203); }
td.TdClassName
{
border-color: #BD65CB;
}
.TagClassName
{
border-color: #BD65CB;
}
</style>