Shades of Medium Orchid #BC69CB
Tints of Medium Orchid #BC69CB
RGB
CMYK
RGB Variations
Color information
#BC69CB (or 0xBC69CB) is known color: Medium Orchid. HEX triplet: BC, 69 and CB. RGB value is (188,105,203). Sum of RGB (Red+Green+Blue) = 188+105+203=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69CB is #439634. Grayscale: #8C8C8C. Windows color (decimal): -4429365 or 13330876. OLE color: 13330876.
HSL color Cylindrical-coordinate representation of color #BC69CB: hue angle of 290.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC69CB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 105 | 203 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.20 |
| HSL | 290.82º | 0.49% | 0.6% | - |
| HSV(B) | 290.82º | 0.48% | 0.8% | - |
| XYZ | 36.57 | 25.11 | 59.42 | - |
| YUV | 140.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 203 | 0.07 | 0.48 | 0 | 0.20 | 290.82 | 0.49 | 0.6 |
| Hex | BC | 69 | CB | 7 | 30 | 0 | 14 | 123 | 31 | 3C |
| Octal | 274 | 151 | 313 | 7 | 60 | 0 | 24 | 443 | 61 | 74 |
| Binary | 10111100 | 1101001 | 11001011 | 111 | 110000 | 0 | 10100 | 100100011 | 110001 | 111100 |
Color Harmonies of #BC69CB
Complementary color
Monochromatic Colors of #BC69CB
Black with #BC69CB
Text Example
Text Example
White with #BC69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69CB; }
p { color: rgb(188,105,203); }
H1.HeaderClassName
{
color: #BC69CB;
}
.AnyTagClassName
{
color: #BC69CB;
}
</style>
background-color css
<style>
a { background-color: #BC69CB; }
a { background-color: rgb(188,105,203); }
div.DivClassName
{
background-color: #BC69CB;
}
.BgClassName
{
background-color: #BC69CB;
}
</style>
border-color css
<style>
span { border-color: #BC69CB; }
span { border-color: rgb(188,105,203); }
td.TdClassName
{
border-color: #BC69CB;
}
.TagClassName
{
border-color: #BC69CB;
}
</style>