Shades of Medium Orchid #BD61EF
Tints of Medium Orchid #BD61EF
RGB
CMYK
RGB Variations
Color information
#BD61EF (or 0xBD61EF) is known color: Medium Orchid. HEX triplet: BD, 61 and EF. RGB value is (189,97,239). Sum of RGB (Red+Green+Blue) = 189+97+239=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD61EF is #429E10. Grayscale: #8C8C8C. Windows color (decimal): -4365841 or 15688125. OLE color: 15688125.
HSL color Cylindrical-coordinate representation of color #BD61EF: hue angle of 278.87º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD61EF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 97 | 239 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.06 |
| HSL | 278.87º | 0.82% | 0.66% | - |
| HSV(B) | 278.87º | 0.59% | 0.94% | - |
| XYZ | 40.84 | 25.6 | 84.45 | - |
| YUV | 140.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 239 | 0.21 | 0.59 | 0 | 0.06 | 278.87 | 0.82 | 0.66 |
| Hex | BD | 61 | EF | 15 | 3B | 0 | 6 | 117 | 52 | 42 |
| Octal | 275 | 141 | 357 | 25 | 73 | 0 | 6 | 427 | 122 | 102 |
| Binary | 10111101 | 1100001 | 11101111 | 10101 | 111011 | 0 | 110 | 100010111 | 1010010 | 1000010 |
Color Harmonies of #BD61EF
Complementary color
Monochromatic Colors of #BD61EF
Black with #BD61EF
Text Example
Text Example
White with #BD61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61EF; }
p { color: rgb(189,97,239); }
H1.HeaderClassName
{
color: #BD61EF;
}
.AnyTagClassName
{
color: #BD61EF;
}
</style>
background-color css
<style>
a { background-color: #BD61EF; }
a { background-color: rgb(189,97,239); }
div.DivClassName
{
background-color: #BD61EF;
}
.BgClassName
{
background-color: #BD61EF;
}
</style>
border-color css
<style>
span { border-color: #BD61EF; }
span { border-color: rgb(189,97,239); }
td.TdClassName
{
border-color: #BD61EF;
}
.TagClassName
{
border-color: #BD61EF;
}
</style>