Shades of Medium Orchid #BD65CA
Tints of Medium Orchid #BD65CA
RGB
CMYK
RGB Variations
Color information
#BD65CA (or 0xBD65CA) is known color: Medium Orchid. HEX triplet: BD, 65 and CA. RGB value is (189,101,202). Sum of RGB (Red+Green+Blue) = 189+101+202=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65CA is #429A35. Grayscale: #8A8A8A. Windows color (decimal): -4364854 or 13264317. OLE color: 13264317.
HSL color Cylindrical-coordinate representation of color #BD65CA: hue angle of 292.28º degrees, saturation: 0.49, 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 #BD65CA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 101 | 202 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.21 |
| HSL | 292.28º | 0.49% | 0.59% | - |
| HSV(B) | 292.28º | 0.5% | 0.79% | - |
| XYZ | 36.3 | 24.39 | 58.67 | - |
| YUV | 138.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 202 | 0.06 | 0.50 | 0 | 0.21 | 292.28 | 0.49 | 0.59 |
| Hex | BD | 65 | CA | 6 | 32 | 0 | 15 | 124 | 31 | 3B |
| Octal | 275 | 145 | 312 | 6 | 62 | 0 | 25 | 444 | 61 | 73 |
| Binary | 10111101 | 1100101 | 11001010 | 110 | 110010 | 0 | 10101 | 100100100 | 110001 | 111011 |
Color Harmonies of #BD65CA
Complementary color
Monochromatic Colors of #BD65CA
Black with #BD65CA
Text Example
Text Example
White with #BD65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65CA; }
p { color: rgb(189,101,202); }
H1.HeaderClassName
{
color: #BD65CA;
}
.AnyTagClassName
{
color: #BD65CA;
}
</style>
background-color css
<style>
a { background-color: #BD65CA; }
a { background-color: rgb(189,101,202); }
div.DivClassName
{
background-color: #BD65CA;
}
.BgClassName
{
background-color: #BD65CA;
}
</style>
border-color css
<style>
span { border-color: #BD65CA; }
span { border-color: rgb(189,101,202); }
td.TdClassName
{
border-color: #BD65CA;
}
.TagClassName
{
border-color: #BD65CA;
}
</style>