Shades of Medium Orchid #BC52DA
Tints of Medium Orchid #BC52DA
RGB
CMYK
RGB Variations
Color information
#BC52DA (or 0xBC52DA) is known color: Medium Orchid. HEX triplet: BC, 52 and DA. RGB value is (188,82,218). Sum of RGB (Red+Green+Blue) = 188+82+218=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52DA is #43AD25. Grayscale: #808080. Windows color (decimal): -4435238 or 14308028. OLE color: 14308028.
HSL color Cylindrical-coordinate representation of color #BC52DA: hue angle of 286.76º 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 #BC52DA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 82 | 218 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.15 |
| HSL | 286.76º | 0.65% | 0.59% | - |
| HSV(B) | 286.76º | 0.62% | 0.85% | - |
| XYZ | 36.41 | 21.79 | 68.62 | - |
| YUV | 129.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 218 | 0.14 | 0.62 | 0 | 0.15 | 286.76 | 0.65 | 0.59 |
| Hex | BC | 52 | DA | E | 3E | 0 | F | 11F | 41 | 3B |
| Octal | 274 | 122 | 332 | 16 | 76 | 0 | 17 | 437 | 101 | 73 |
| Binary | 10111100 | 1010010 | 11011010 | 1110 | 111110 | 0 | 1111 | 100011111 | 1000001 | 111011 |
Color Harmonies of #BC52DA
Complementary color
Monochromatic Colors of #BC52DA
Black with #BC52DA
Text Example
Text Example
White with #BC52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52DA; }
p { color: rgb(188,82,218); }
H1.HeaderClassName
{
color: #BC52DA;
}
.AnyTagClassName
{
color: #BC52DA;
}
</style>
background-color css
<style>
a { background-color: #BC52DA; }
a { background-color: rgb(188,82,218); }
div.DivClassName
{
background-color: #BC52DA;
}
.BgClassName
{
background-color: #BC52DA;
}
</style>
border-color css
<style>
span { border-color: #BC52DA; }
span { border-color: rgb(188,82,218); }
td.TdClassName
{
border-color: #BC52DA;
}
.TagClassName
{
border-color: #BC52DA;
}
</style>