Shades of Medium Orchid #BC51CF
Tints of Medium Orchid #BC51CF
RGB
CMYK
RGB Variations
Color information
#BC51CF (or 0xBC51CF) is known color: Medium Orchid. HEX triplet: BC, 51 and CF. RGB value is (188,81,207). Sum of RGB (Red+Green+Blue) = 188+81+207=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51CF is #43AE30. Grayscale: #7E7E7E. Windows color (decimal): -4435505 or 13586876. OLE color: 13586876.
HSL color Cylindrical-coordinate representation of color #BC51CF: hue angle of 290.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC51CF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 81 | 207 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.19 |
| HSL | 290.95º | 0.57% | 0.56% | - |
| HSV(B) | 290.95º | 0.61% | 0.81% | - |
| XYZ | 34.94 | 21.08 | 61.26 | - |
| YUV | 127.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 207 | 0.09 | 0.61 | 0 | 0.19 | 290.95 | 0.57 | 0.56 |
| Hex | BC | 51 | CF | 9 | 3D | 0 | 13 | 123 | 39 | 38 |
| Octal | 274 | 121 | 317 | 11 | 75 | 0 | 23 | 443 | 71 | 70 |
| Binary | 10111100 | 1010001 | 11001111 | 1001 | 111101 | 0 | 10011 | 100100011 | 111001 | 111000 |
Color Harmonies of #BC51CF
Complementary color
Monochromatic Colors of #BC51CF
Black with #BC51CF
Text Example
Text Example
White with #BC51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51CF; }
p { color: rgb(188,81,207); }
H1.HeaderClassName
{
color: #BC51CF;
}
.AnyTagClassName
{
color: #BC51CF;
}
</style>
background-color css
<style>
a { background-color: #BC51CF; }
a { background-color: rgb(188,81,207); }
div.DivClassName
{
background-color: #BC51CF;
}
.BgClassName
{
background-color: #BC51CF;
}
</style>
border-color css
<style>
span { border-color: #BC51CF; }
span { border-color: rgb(188,81,207); }
td.TdClassName
{
border-color: #BC51CF;
}
.TagClassName
{
border-color: #BC51CF;
}
</style>