Shades of Medium Orchid #BC53DA
Tints of Medium Orchid #BC53DA
RGB
CMYK
RGB Variations
Color information
#BC53DA (or 0xBC53DA) is known color: Medium Orchid. HEX triplet: BC, 53 and DA. RGB value is (188,83,218). Sum of RGB (Red+Green+Blue) = 188+83+218=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53DA is #43AC25. Grayscale: #818181. Windows color (decimal): -4434982 or 14308284. OLE color: 14308284.
HSL color Cylindrical-coordinate representation of color #BC53DA: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC53DA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 83 | 218 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.15 |
| HSL | 286.67º | 0.65% | 0.59% | - |
| HSV(B) | 286.67º | 0.62% | 0.85% | - |
| XYZ | 36.49 | 21.94 | 68.64 | - |
| YUV | 129.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 218 | 0.14 | 0.62 | 0 | 0.15 | 286.67 | 0.65 | 0.59 |
| Hex | BC | 53 | DA | E | 3E | 0 | F | 11F | 41 | 3B |
| Octal | 274 | 123 | 332 | 16 | 76 | 0 | 17 | 437 | 101 | 73 |
| Binary | 10111100 | 1010011 | 11011010 | 1110 | 111110 | 0 | 1111 | 100011111 | 1000001 | 111011 |
Color Harmonies of #BC53DA
Complementary color
Monochromatic Colors of #BC53DA
Black with #BC53DA
Text Example
Text Example
White with #BC53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53DA; }
p { color: rgb(188,83,218); }
H1.HeaderClassName
{
color: #BC53DA;
}
.AnyTagClassName
{
color: #BC53DA;
}
</style>
background-color css
<style>
a { background-color: #BC53DA; }
a { background-color: rgb(188,83,218); }
div.DivClassName
{
background-color: #BC53DA;
}
.BgClassName
{
background-color: #BC53DA;
}
</style>
border-color css
<style>
span { border-color: #BC53DA; }
span { border-color: rgb(188,83,218); }
td.TdClassName
{
border-color: #BC53DA;
}
.TagClassName
{
border-color: #BC53DA;
}
</style>