Shades of Medium Orchid #BC67CB
Tints of Medium Orchid #BC67CB
RGB
CMYK
RGB Variations
Color information
#BC67CB (or 0xBC67CB) is known color: Medium Orchid. HEX triplet: BC, 67 and CB. RGB value is (188,103,203). Sum of RGB (Red+Green+Blue) = 188+103+203=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CB is #439834. Grayscale: #8B8B8B. Windows color (decimal): -4429877 or 13330364. OLE color: 13330364.
HSL color Cylindrical-coordinate representation of color #BC67CB: hue angle of 291º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC67CB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 103 | 203 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.20 |
| HSL | 291º | 0.49% | 0.6% | - |
| HSV(B) | 291º | 0.49% | 0.8% | - |
| XYZ | 36.37 | 24.7 | 59.35 | - |
| YUV | 139.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 203 | 0.07 | 0.49 | 0 | 0.20 | 291 | 0.49 | 0.6 |
| Hex | BC | 67 | CB | 7 | 31 | 0 | 14 | 123 | 31 | 3C |
| Octal | 274 | 147 | 313 | 7 | 61 | 0 | 24 | 443 | 61 | 74 |
| Binary | 10111100 | 1100111 | 11001011 | 111 | 110001 | 0 | 10100 | 100100011 | 110001 | 111100 |
Color Harmonies of #BC67CB
Complementary color
Monochromatic Colors of #BC67CB
Black with #BC67CB
Text Example
Text Example
White with #BC67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67CB; }
p { color: rgb(188,103,203); }
H1.HeaderClassName
{
color: #BC67CB;
}
.AnyTagClassName
{
color: #BC67CB;
}
</style>
background-color css
<style>
a { background-color: #BC67CB; }
a { background-color: rgb(188,103,203); }
div.DivClassName
{
background-color: #BC67CB;
}
.BgClassName
{
background-color: #BC67CB;
}
</style>
border-color css
<style>
span { border-color: #BC67CB; }
span { border-color: rgb(188,103,203); }
td.TdClassName
{
border-color: #BC67CB;
}
.TagClassName
{
border-color: #BC67CB;
}
</style>