Shades of Medium Orchid #BD67CA
Tints of Medium Orchid #BD67CA
RGB
CMYK
RGB Variations
Color information
#BD67CA (or 0xBD67CA) is known color: Medium Orchid. HEX triplet: BD, 67 and CA. RGB value is (189,103,202). Sum of RGB (Red+Green+Blue) = 189+103+202=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67CA is #429835. Grayscale: #8B8B8B. Windows color (decimal): -4364342 or 13264829. OLE color: 13264829.
HSL color Cylindrical-coordinate representation of color #BD67CA: hue angle of 292.12º 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 #BD67CA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 103 | 202 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.21 |
| HSL | 292.12º | 0.48% | 0.6% | - |
| HSV(B) | 292.12º | 0.49% | 0.79% | - |
| XYZ | 36.5 | 24.78 | 58.74 | - |
| YUV | 140 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 202 | 0.06 | 0.49 | 0 | 0.21 | 292.12 | 0.48 | 0.6 |
| Hex | BD | 67 | CA | 6 | 31 | 0 | 15 | 124 | 30 | 3C |
| Octal | 275 | 147 | 312 | 6 | 61 | 0 | 25 | 444 | 60 | 74 |
| Binary | 10111101 | 1100111 | 11001010 | 110 | 110001 | 0 | 10101 | 100100100 | 110000 | 111100 |
Color Harmonies of #BD67CA
Complementary color
Monochromatic Colors of #BD67CA
Black with #BD67CA
Text Example
Text Example
White with #BD67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67CA; }
p { color: rgb(189,103,202); }
H1.HeaderClassName
{
color: #BD67CA;
}
.AnyTagClassName
{
color: #BD67CA;
}
</style>
background-color css
<style>
a { background-color: #BD67CA; }
a { background-color: rgb(189,103,202); }
div.DivClassName
{
background-color: #BD67CA;
}
.BgClassName
{
background-color: #BD67CA;
}
</style>
border-color css
<style>
span { border-color: #BD67CA; }
span { border-color: rgb(189,103,202); }
td.TdClassName
{
border-color: #BD67CA;
}
.TagClassName
{
border-color: #BD67CA;
}
</style>