Shades of Medium Orchid #BD68CA
Tints of Medium Orchid #BD68CA
RGB
CMYK
RGB Variations
Color information
#BD68CA (or 0xBD68CA) is known color: Medium Orchid. HEX triplet: BD, 68 and CA. RGB value is (189,104,202). Sum of RGB (Red+Green+Blue) = 189+104+202=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68CA is #429735. Grayscale: #8C8C8C. Windows color (decimal): -4364086 or 13265085. OLE color: 13265085.
HSL color Cylindrical-coordinate representation of color #BD68CA: hue angle of 292.04º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD68CA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 104 | 202 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.21 |
| HSL | 292.04º | 0.48% | 0.6% | - |
| HSV(B) | 292.04º | 0.49% | 0.79% | - |
| XYZ | 36.6 | 24.98 | 58.77 | - |
| YUV | 140.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 202 | 0.06 | 0.49 | 0 | 0.21 | 292.04 | 0.48 | 0.6 |
| Hex | BD | 68 | CA | 6 | 31 | 0 | 15 | 124 | 30 | 3C |
| Octal | 275 | 150 | 312 | 6 | 61 | 0 | 25 | 444 | 60 | 74 |
| Binary | 10111101 | 1101000 | 11001010 | 110 | 110001 | 0 | 10101 | 100100100 | 110000 | 111100 |
Color Harmonies of #BD68CA
Complementary color
Monochromatic Colors of #BD68CA
Black with #BD68CA
Text Example
Text Example
White with #BD68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68CA; }
p { color: rgb(189,104,202); }
H1.HeaderClassName
{
color: #BD68CA;
}
.AnyTagClassName
{
color: #BD68CA;
}
</style>
background-color css
<style>
a { background-color: #BD68CA; }
a { background-color: rgb(189,104,202); }
div.DivClassName
{
background-color: #BD68CA;
}
.BgClassName
{
background-color: #BD68CA;
}
</style>
border-color css
<style>
span { border-color: #BD68CA; }
span { border-color: rgb(189,104,202); }
td.TdClassName
{
border-color: #BD68CA;
}
.TagClassName
{
border-color: #BD68CA;
}
</style>