Shades of Medium Orchid #BD67CE
Tints of Medium Orchid #BD67CE
RGB
CMYK
RGB Variations
Color information
#BD67CE (or 0xBD67CE) is known color: Medium Orchid. HEX triplet: BD, 67 and CE. RGB value is (189,103,206). Sum of RGB (Red+Green+Blue) = 189+103+206=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67CE is #429831. Grayscale: #8C8C8C. Windows color (decimal): -4364338 or 13526973. OLE color: 13526973.
HSL color Cylindrical-coordinate representation of color #BD67CE: hue angle of 290.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD67CE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 103 | 206 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.19 |
| HSL | 290.1º | 0.51% | 0.61% | - |
| HSV(B) | 290.1º | 0.5% | 0.81% | - |
| XYZ | 36.98 | 24.98 | 61.26 | - |
| YUV | 140.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 206 | 0.08 | 0.50 | 0 | 0.19 | 290.1 | 0.51 | 0.61 |
| Hex | BD | 67 | CE | 8 | 32 | 0 | 13 | 122 | 33 | 3D |
| Octal | 275 | 147 | 316 | 10 | 62 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111101 | 1100111 | 11001110 | 1000 | 110010 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BD67CE
Complementary color
Monochromatic Colors of #BD67CE
Black with #BD67CE
Text Example
Text Example
White with #BD67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67CE; }
p { color: rgb(189,103,206); }
H1.HeaderClassName
{
color: #BD67CE;
}
.AnyTagClassName
{
color: #BD67CE;
}
</style>
background-color css
<style>
a { background-color: #BD67CE; }
a { background-color: rgb(189,103,206); }
div.DivClassName
{
background-color: #BD67CE;
}
.BgClassName
{
background-color: #BD67CE;
}
</style>
border-color css
<style>
span { border-color: #BD67CE; }
span { border-color: rgb(189,103,206); }
td.TdClassName
{
border-color: #BD67CE;
}
.TagClassName
{
border-color: #BD67CE;
}
</style>