Shades of Medium Orchid #BD38CC
Tints of Medium Orchid #BD38CC
RGB
CMYK
RGB Variations
Color information
#BD38CC (or 0xBD38CC) is known color: Medium Orchid. HEX triplet: BD, 38 and CC. RGB value is (189,56,204). Sum of RGB (Red+Green+Blue) = 189+56+204=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38CC is #42C733. Grayscale: #707070. Windows color (decimal): -4376372 or 13383869. OLE color: 13383869.
HSL color Cylindrical-coordinate representation of color #BD38CC: hue angle of 293.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD38CC is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 56 | 204 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.2 |
| HSL | 293.92º | 0.59% | 0.51% | - |
| HSV(B) | 293.92º | 0.73% | 0.8% | - |
| XYZ | 33.3 | 18.01 | 58.85 | - |
| YUV | 112.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 204 | 0.07 | 0.73 | 0 | 0.2 | 293.92 | 0.59 | 0.51 |
| Hex | BD | 38 | CC | 7 | 49 | 0 | 14 | 126 | 3B | 33 |
| Octal | 275 | 70 | 314 | 7 | 111 | 0 | 24 | 446 | 73 | 63 |
| Binary | 10111101 | 111000 | 11001100 | 111 | 1001001 | 0 | 10100 | 100100110 | 111011 | 110011 |
Color Harmonies of #BD38CC
Complementary color
Monochromatic Colors of #BD38CC
Black with #BD38CC
Text Example
Text Example
White with #BD38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38CC; }
p { color: rgb(189,56,204); }
H1.HeaderClassName
{
color: #BD38CC;
}
.AnyTagClassName
{
color: #BD38CC;
}
</style>
background-color css
<style>
a { background-color: #BD38CC; }
a { background-color: rgb(189,56,204); }
div.DivClassName
{
background-color: #BD38CC;
}
.BgClassName
{
background-color: #BD38CC;
}
</style>
border-color css
<style>
span { border-color: #BD38CC; }
span { border-color: rgb(189,56,204); }
td.TdClassName
{
border-color: #BD38CC;
}
.TagClassName
{
border-color: #BD38CC;
}
</style>