Shades of Medium Orchid #BC75DB
Tints of Medium Orchid #BC75DB
RGB
CMYK
RGB Variations
Color information
#BC75DB (or 0xBC75DB) is known color: Medium Orchid. HEX triplet: BC, 75 and DB. RGB value is (188,117,219). Sum of RGB (Red+Green+Blue) = 188+117+219=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DB is #438A24. Grayscale: #959595. Windows color (decimal): -4426277 or 14382524. OLE color: 14382524.
HSL color Cylindrical-coordinate representation of color #BC75DB: hue angle of 281.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC75DB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 117 | 219 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.14 |
| HSL | 281.76º | 0.59% | 0.66% | - |
| HSV(B) | 281.76º | 0.47% | 0.86% | - |
| XYZ | 39.89 | 28.53 | 70.42 | - |
| YUV | 149.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 219 | 0.14 | 0.47 | 0 | 0.14 | 281.76 | 0.59 | 0.66 |
| Hex | BC | 75 | DB | E | 2F | 0 | E | 11A | 3B | 42 |
| Octal | 274 | 165 | 333 | 16 | 57 | 0 | 16 | 432 | 73 | 102 |
| Binary | 10111100 | 1110101 | 11011011 | 1110 | 101111 | 0 | 1110 | 100011010 | 111011 | 1000010 |
Color Harmonies of #BC75DB
Complementary color
Monochromatic Colors of #BC75DB
Black with #BC75DB
Text Example
Text Example
White with #BC75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75DB; }
p { color: rgb(188,117,219); }
H1.HeaderClassName
{
color: #BC75DB;
}
.AnyTagClassName
{
color: #BC75DB;
}
</style>
background-color css
<style>
a { background-color: #BC75DB; }
a { background-color: rgb(188,117,219); }
div.DivClassName
{
background-color: #BC75DB;
}
.BgClassName
{
background-color: #BC75DB;
}
</style>
border-color css
<style>
span { border-color: #BC75DB; }
span { border-color: rgb(188,117,219); }
td.TdClassName
{
border-color: #BC75DB;
}
.TagClassName
{
border-color: #BC75DB;
}
</style>