Shades of Medium Orchid #BD5CE7
Tints of Medium Orchid #BD5CE7
RGB
CMYK
RGB Variations
Color information
#BD5CE7 (or 0xBD5CE7) is known color: Medium Orchid. HEX triplet: BD, 5C and E7. RGB value is (189,92,231). Sum of RGB (Red+Green+Blue) = 189+92+231=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD5CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CE7 is #42A318. Grayscale: #888888. Windows color (decimal): -4367129 or 15162557. OLE color: 15162557.
HSL color Cylindrical-coordinate representation of color #BD5CE7: hue angle of 281.87º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5CE7 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 92 | 231 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.09 |
| HSL | 281.87º | 0.74% | 0.63% | - |
| HSV(B) | 281.87º | 0.6% | 0.91% | - |
| XYZ | 39.24 | 24.24 | 78.21 | - |
| YUV | 136.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 231 | 0.18 | 0.60 | 0 | 0.09 | 281.87 | 0.74 | 0.63 |
| Hex | BD | 5C | E7 | 12 | 3C | 0 | 9 | 11A | 4A | 3F |
| Octal | 275 | 134 | 347 | 22 | 74 | 0 | 11 | 432 | 112 | 77 |
| Binary | 10111101 | 1011100 | 11100111 | 10010 | 111100 | 0 | 1001 | 100011010 | 1001010 | 111111 |
Color Harmonies of #BD5CE7
Complementary color
Monochromatic Colors of #BD5CE7
Black with #BD5CE7
Text Example
Text Example
White with #BD5CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CE7; }
p { color: rgb(189,92,231); }
H1.HeaderClassName
{
color: #BD5CE7;
}
.AnyTagClassName
{
color: #BD5CE7;
}
</style>
background-color css
<style>
a { background-color: #BD5CE7; }
a { background-color: rgb(189,92,231); }
div.DivClassName
{
background-color: #BD5CE7;
}
.BgClassName
{
background-color: #BD5CE7;
}
</style>
border-color css
<style>
span { border-color: #BD5CE7; }
span { border-color: rgb(189,92,231); }
td.TdClassName
{
border-color: #BD5CE7;
}
.TagClassName
{
border-color: #BD5CE7;
}
</style>