Shades of Medium Orchid #BC75DA
Tints of Medium Orchid #BC75DA
RGB
CMYK
RGB Variations
Color information
#BC75DA (or 0xBC75DA) is known color: Medium Orchid. HEX triplet: BC, 75 and DA. RGB value is (188,117,218). Sum of RGB (Red+Green+Blue) = 188+117+218=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DA is #438A25. Grayscale: #959595. Windows color (decimal): -4426278 or 14316988. OLE color: 14316988.
HSL color Cylindrical-coordinate representation of color #BC75DA: hue angle of 282.18º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC75DA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 117 | 218 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.15 |
| HSL | 282.18º | 0.58% | 0.66% | - |
| HSV(B) | 282.18º | 0.46% | 0.85% | - |
| XYZ | 39.76 | 28.48 | 69.73 | - |
| YUV | 149.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 218 | 0.14 | 0.46 | 0 | 0.15 | 282.18 | 0.58 | 0.66 |
| Hex | BC | 75 | DA | E | 2E | 0 | F | 11A | 3A | 42 |
| Octal | 274 | 165 | 332 | 16 | 56 | 0 | 17 | 432 | 72 | 102 |
| Binary | 10111100 | 1110101 | 11011010 | 1110 | 101110 | 0 | 1111 | 100011010 | 111010 | 1000010 |
Color Harmonies of #BC75DA
Complementary color
Monochromatic Colors of #BC75DA
Black with #BC75DA
Text Example
Text Example
White with #BC75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75DA; }
p { color: rgb(188,117,218); }
H1.HeaderClassName
{
color: #BC75DA;
}
.AnyTagClassName
{
color: #BC75DA;
}
</style>
background-color css
<style>
a { background-color: #BC75DA; }
a { background-color: rgb(188,117,218); }
div.DivClassName
{
background-color: #BC75DA;
}
.BgClassName
{
background-color: #BC75DA;
}
</style>
border-color css
<style>
span { border-color: #BC75DA; }
span { border-color: rgb(188,117,218); }
td.TdClassName
{
border-color: #BC75DA;
}
.TagClassName
{
border-color: #BC75DA;
}
</style>