Shades of Medium Orchid #BC38FF
Tints of Medium Orchid #BC38FF
RGB
CMYK
RGB Variations
Color information
#BC38FF (or 0xBC38FF) is known color: Medium Orchid. HEX triplet: BC, 38 and FF. RGB value is (188,56,255). Sum of RGB (Red+Green+Blue) = 188+56+255=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38FF is #43C700. Grayscale: #757575. Windows color (decimal): -4441857 or 16726204. OLE color: 16726204.
HSL color Cylindrical-coordinate representation of color #BC38FF: hue angle of 279.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC38FF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 56 | 255 | - |
| CMYK | 0.26 | 0.78 | 0 | 0 |
| HSL | 279.8º | 1% | 0.61% | - |
| HSV(B) | 279.8º | 0.78% | 1% | - |
| XYZ | 40.2 | 20.74 | 96.49 | - |
| YUV | 118.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 255 | 0.26 | 0.78 | 0 | 0 | 279.8 | 1 | 0.61 |
| Hex | BC | 38 | FF | 1A | 4E | 0 | 0 | 118 | 64 | 3D |
| Octal | 274 | 70 | 377 | 32 | 116 | 0 | 0 | 430 | 144 | 75 |
| Binary | 10111100 | 111000 | 11111111 | 11010 | 1001110 | 0 | 0 | 100011000 | 1100100 | 111101 |
Color Harmonies of #BC38FF
Complementary color
Monochromatic Colors of #BC38FF
Black with #BC38FF
Text Example
Text Example
White with #BC38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38FF; }
p { color: rgb(188,56,255); }
H1.HeaderClassName
{
color: #BC38FF;
}
.AnyTagClassName
{
color: #BC38FF;
}
</style>
background-color css
<style>
a { background-color: #BC38FF; }
a { background-color: rgb(188,56,255); }
div.DivClassName
{
background-color: #BC38FF;
}
.BgClassName
{
background-color: #BC38FF;
}
</style>
border-color css
<style>
span { border-color: #BC38FF; }
span { border-color: rgb(188,56,255); }
td.TdClassName
{
border-color: #BC38FF;
}
.TagClassName
{
border-color: #BC38FF;
}
</style>