Shades of Medium Orchid #BD4CCE
Tints of Medium Orchid #BD4CCE
RGB
CMYK
RGB Variations
Color information
#BD4CCE (or 0xBD4CCE) is known color: Medium Orchid. HEX triplet: BD, 4C and CE. RGB value is (189,76,206). Sum of RGB (Red+Green+Blue) = 189+76+206=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CCE is #42B331. Grayscale: #7C7C7C. Windows color (decimal): -4371250 or 13520061. OLE color: 13520061.
HSL color Cylindrical-coordinate representation of color #BD4CCE: hue angle of 292.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4CCE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 76 | 206 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.19 |
| HSL | 292.15º | 0.57% | 0.55% | - |
| HSV(B) | 292.15º | 0.63% | 0.81% | - |
| XYZ | 34.71 | 20.44 | 60.51 | - |
| YUV | 124.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 206 | 0.08 | 0.63 | 0 | 0.19 | 292.15 | 0.57 | 0.55 |
| Hex | BD | 4C | CE | 8 | 3F | 0 | 13 | 124 | 39 | 37 |
| Octal | 275 | 114 | 316 | 10 | 77 | 0 | 23 | 444 | 71 | 67 |
| Binary | 10111101 | 1001100 | 11001110 | 1000 | 111111 | 0 | 10011 | 100100100 | 111001 | 110111 |
Color Harmonies of #BD4CCE
Complementary color
Monochromatic Colors of #BD4CCE
Black with #BD4CCE
Text Example
Text Example
White with #BD4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CCE; }
p { color: rgb(189,76,206); }
H1.HeaderClassName
{
color: #BD4CCE;
}
.AnyTagClassName
{
color: #BD4CCE;
}
</style>
background-color css
<style>
a { background-color: #BD4CCE; }
a { background-color: rgb(189,76,206); }
div.DivClassName
{
background-color: #BD4CCE;
}
.BgClassName
{
background-color: #BD4CCE;
}
</style>
border-color css
<style>
span { border-color: #BD4CCE; }
span { border-color: rgb(189,76,206); }
td.TdClassName
{
border-color: #BD4CCE;
}
.TagClassName
{
border-color: #BD4CCE;
}
</style>