Shades of Medium Orchid #BD67EF
Tints of Medium Orchid #BD67EF
RGB
CMYK
RGB Variations
Color information
#BD67EF (or 0xBD67EF) is known color: Medium Orchid. HEX triplet: BD, 67 and EF. RGB value is (189,103,239). Sum of RGB (Red+Green+Blue) = 189+103+239=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67EF is #429810. Grayscale: #8F8F8F. Windows color (decimal): -4364305 or 15689661. OLE color: 15689661.
HSL color Cylindrical-coordinate representation of color #BD67EF: hue angle of 277.94º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD67EF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 103 | 239 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.06 |
| HSL | 277.94º | 0.81% | 0.67% | - |
| HSV(B) | 277.94º | 0.57% | 0.94% | - |
| XYZ | 41.42 | 26.75 | 84.64 | - |
| YUV | 144.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 239 | 0.21 | 0.57 | 0 | 0.06 | 277.94 | 0.81 | 0.67 |
| Hex | BD | 67 | EF | 15 | 39 | 0 | 6 | 116 | 51 | 43 |
| Octal | 275 | 147 | 357 | 25 | 71 | 0 | 6 | 426 | 121 | 103 |
| Binary | 10111101 | 1100111 | 11101111 | 10101 | 111001 | 0 | 110 | 100010110 | 1010001 | 1000011 |
Color Harmonies of #BD67EF
Complementary color
Monochromatic Colors of #BD67EF
Black with #BD67EF
Text Example
Text Example
White with #BD67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67EF; }
p { color: rgb(189,103,239); }
H1.HeaderClassName
{
color: #BD67EF;
}
.AnyTagClassName
{
color: #BD67EF;
}
</style>
background-color css
<style>
a { background-color: #BD67EF; }
a { background-color: rgb(189,103,239); }
div.DivClassName
{
background-color: #BD67EF;
}
.BgClassName
{
background-color: #BD67EF;
}
</style>
border-color css
<style>
span { border-color: #BD67EF; }
span { border-color: rgb(189,103,239); }
td.TdClassName
{
border-color: #BD67EF;
}
.TagClassName
{
border-color: #BD67EF;
}
</style>