Shades of Medium Orchid #BC67F3
Tints of Medium Orchid #BC67F3
RGB
CMYK
RGB Variations
Color information
#BC67F3 (or 0xBC67F3) is known color: Medium Orchid. HEX triplet: BC, 67 and F3. RGB value is (188,103,243). Sum of RGB (Red+Green+Blue) = 188+103+243=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC67F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67F3 is #43980C. Grayscale: #8F8F8F. Windows color (decimal): -4429837 or 15951804. OLE color: 15951804.
HSL color Cylindrical-coordinate representation of color #BC67F3: hue angle of 276.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC67F3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 103 | 243 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.05 |
| HSL | 276.43º | 0.85% | 0.68% | - |
| HSV(B) | 276.43º | 0.58% | 0.95% | - |
| XYZ | 41.77 | 26.86 | 87.78 | - |
| YUV | 144.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 243 | 0.23 | 0.58 | 0 | 0.05 | 276.43 | 0.85 | 0.68 |
| Hex | BC | 67 | F3 | 17 | 3A | 0 | 5 | 114 | 55 | 44 |
| Octal | 274 | 147 | 363 | 27 | 72 | 0 | 5 | 424 | 125 | 104 |
| Binary | 10111100 | 1100111 | 11110011 | 10111 | 111010 | 0 | 101 | 100010100 | 1010101 | 1000100 |
Color Harmonies of #BC67F3
Complementary color
Monochromatic Colors of #BC67F3
Black with #BC67F3
Text Example
Text Example
White with #BC67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67F3; }
p { color: rgb(188,103,243); }
H1.HeaderClassName
{
color: #BC67F3;
}
.AnyTagClassName
{
color: #BC67F3;
}
</style>
background-color css
<style>
a { background-color: #BC67F3; }
a { background-color: rgb(188,103,243); }
div.DivClassName
{
background-color: #BC67F3;
}
.BgClassName
{
background-color: #BC67F3;
}
</style>
border-color css
<style>
span { border-color: #BC67F3; }
span { border-color: rgb(188,103,243); }
td.TdClassName
{
border-color: #BC67F3;
}
.TagClassName
{
border-color: #BC67F3;
}
</style>