Shades of Medium Orchid #BC65F3
Tints of Medium Orchid #BC65F3
RGB
CMYK
RGB Variations
Color information
#BC65F3 (or 0xBC65F3) is known color: Medium Orchid. HEX triplet: BC, 65 and F3. RGB value is (188,101,243). Sum of RGB (Red+Green+Blue) = 188+101+243=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65F3 is #439A0C. Grayscale: #8E8E8E. Windows color (decimal): -4430349 or 15951292. OLE color: 15951292.
HSL color Cylindrical-coordinate representation of color #BC65F3: hue angle of 276.76º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC65F3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 101 | 243 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.05 |
| HSL | 276.76º | 0.86% | 0.67% | - |
| HSV(B) | 276.76º | 0.58% | 0.95% | - |
| XYZ | 41.57 | 26.47 | 87.71 | - |
| YUV | 143.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 243 | 0.23 | 0.58 | 0 | 0.05 | 276.76 | 0.86 | 0.67 |
| Hex | BC | 65 | F3 | 17 | 3A | 0 | 5 | 115 | 56 | 43 |
| Octal | 274 | 145 | 363 | 27 | 72 | 0 | 5 | 425 | 126 | 103 |
| Binary | 10111100 | 1100101 | 11110011 | 10111 | 111010 | 0 | 101 | 100010101 | 1010110 | 1000011 |
Color Harmonies of #BC65F3
Complementary color
Monochromatic Colors of #BC65F3
Black with #BC65F3
Text Example
Text Example
White with #BC65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65F3; }
p { color: rgb(188,101,243); }
H1.HeaderClassName
{
color: #BC65F3;
}
.AnyTagClassName
{
color: #BC65F3;
}
</style>
background-color css
<style>
a { background-color: #BC65F3; }
a { background-color: rgb(188,101,243); }
div.DivClassName
{
background-color: #BC65F3;
}
.BgClassName
{
background-color: #BC65F3;
}
</style>
border-color css
<style>
span { border-color: #BC65F3; }
span { border-color: rgb(188,101,243); }
td.TdClassName
{
border-color: #BC65F3;
}
.TagClassName
{
border-color: #BC65F3;
}
</style>