Shades of Medium Orchid #BC65F2
Tints of Medium Orchid #BC65F2
RGB
CMYK
RGB Variations
Color information
#BC65F2 (or 0xBC65F2) is known color: Medium Orchid. HEX triplet: BC, 65 and F2. RGB value is (188,101,242). Sum of RGB (Red+Green+Blue) = 188+101+242=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC65F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65F2 is #439A0D. Grayscale: #8E8E8E. Windows color (decimal): -4430350 or 15885756. OLE color: 15885756.
HSL color Cylindrical-coordinate representation of color #BC65F2: hue angle of 277.02º degrees, saturation: 0.84, 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 #BC65F2 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 101 | 242 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.05 |
| HSL | 277.02º | 0.84% | 0.67% | - |
| HSV(B) | 277.02º | 0.58% | 0.95% | - |
| XYZ | 41.42 | 26.41 | 86.92 | - |
| YUV | 143.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 242 | 0.22 | 0.58 | 0 | 0.05 | 277.02 | 0.84 | 0.67 |
| Hex | BC | 65 | F2 | 16 | 3A | 0 | 5 | 115 | 54 | 43 |
| Octal | 274 | 145 | 362 | 26 | 72 | 0 | 5 | 425 | 124 | 103 |
| Binary | 10111100 | 1100101 | 11110010 | 10110 | 111010 | 0 | 101 | 100010101 | 1010100 | 1000011 |
Color Harmonies of #BC65F2
Complementary color
Monochromatic Colors of #BC65F2
Black with #BC65F2
Text Example
Text Example
White with #BC65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65F2; }
p { color: rgb(188,101,242); }
H1.HeaderClassName
{
color: #BC65F2;
}
.AnyTagClassName
{
color: #BC65F2;
}
</style>
background-color css
<style>
a { background-color: #BC65F2; }
a { background-color: rgb(188,101,242); }
div.DivClassName
{
background-color: #BC65F2;
}
.BgClassName
{
background-color: #BC65F2;
}
</style>
border-color css
<style>
span { border-color: #BC65F2; }
span { border-color: rgb(188,101,242); }
td.TdClassName
{
border-color: #BC65F2;
}
.TagClassName
{
border-color: #BC65F2;
}
</style>